Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.24 KB

File metadata and controls

35 lines (21 loc) · 1.24 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')

  • Base (value: 'BASE')

  • Payment (value: 'PAYMENT')

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