Gets Vault by ID
This method retrieves detailed information about a specific vault.
const vault_id = 'YOUR_VAULT_ID'
const vault = await sdk.Vaults.getVault(vault_id)
Last updated
This method retrieves detailed information about a specific vault.
const vault_id = 'YOUR_VAULT_ID'
const vault = await sdk.Vaults.getVault(vault_id)
Last updated