Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 679 Bytes

File metadata and controls

25 lines (13 loc) · 679 Bytes

AddressReverseLookupResponse

Reverse-lookup result mapping a blockchain address to its owning vault account.

Properties

Name Type Description Notes
address String The queried blockchain address.
type TypeEnum Source type of the resolved address.
vaultAccountId String Vault account ID that owns the address.
blockchains List<String> Blockchain assets associated with this address in the vault account.

Enum: TypeEnum

Name Value
VAULT_ACCOUNT "VAULT_ACCOUNT"