Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.92 KB

File metadata and controls

51 lines (30 loc) · 1.92 KB

EmbeddedWalletAddressDetails

Properties

Name Type Description Notes
accountName string accountName [default to undefined]
accountId string accountId [default to undefined]
asset string asset [default to undefined]
address string address [default to undefined]
addressType string addressType [default to undefined]
addressDescription string addressDescription [default to undefined]
tag string tag [default to undefined]
addressIndex number addressIndex [optional] [default to undefined]
change number change [optional] [default to undefined]
coinType number Unique identifier of an asset (0 for BTC, 60 for ETH, etc.) [optional] [default to undefined]
customerRefId string customerRefId [optional] [default to undefined]
addressFormat string addressFormat [optional] [default to undefined]
legacyAddress string legacyAddress [optional] [default to undefined]
paymentAddress string paymentAddress [optional] [default to undefined]
userDefined boolean userDefined [optional] [default to undefined]
state string state [optional] [default to undefined]

Enum: EmbeddedWalletAddressDetailsAddressTypeEnum

  • Permanent (value: 'PERMANENT')

  • Change (value: 'CHANGE')

  • Default (value: 'DEFAULT')

  • Address (value: 'ADDRESS')

Enum: EmbeddedWalletAddressDetailsStateEnum

  • PendingActivation (value: 'PENDING_ACTIVATION')

  • ActivationFailed (value: 'ACTIVATION_FAILED')

  • Ready (value: 'READY')

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