Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.18 KB

VaultWalletAddress.md

File metadata and controls

31 lines (19 loc) · 1.18 KB

VaultWalletAddress

Properties

Name Type Description Notes
assetId string [optional] [default to undefined]
address string [optional] [default to undefined]
description string [optional] [default to undefined]
tag string [optional] [default to undefined]
type string [optional] [default to undefined]
customerRefId string [optional] [default to undefined]
addressFormat string [optional] [default to undefined]
legacyAddress string [optional] [default to undefined]
enterpriseAddress string [optional] [default to undefined]
bip44AddressIndex number [optional] [default to undefined]
userDefined boolean [optional] [default to undefined]

Enum: VaultWalletAddressAddressFormatEnum

  • Segwit (value: 'SEGWIT')

  • Legacy (value: 'LEGACY')

[Back to top] [Back to API list] [Back to Model list] [Back to README]