Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.47 KB

File metadata and controls

49 lines (33 loc) · 1.47 KB

EmbeddedWalletAddressDetails

Properties

Name Type Description Notes
accountName String accountName
accountId String accountId
asset String asset
address String address
addressType AddressTypeEnum addressType
addressDescription String addressDescription
tag String tag
addressIndex BigDecimal addressIndex [optional]
change BigDecimal change [optional]
coinType BigDecimal Unique identifier of an asset (0 for BTC, 60 for ETH, etc.) [optional]
customerRefId String customerRefId [optional]
addressFormat String addressFormat [optional]
legacyAddress String legacyAddress [optional]
paymentAddress String paymentAddress [optional]
userDefined Boolean userDefined [optional]
state StateEnum state [optional]

Enum: AddressTypeEnum

Name Value
PERMANENT "PERMANENT"
CHANGE "CHANGE"
DEFAULT "DEFAULT"
ADDRESS "ADDRESS"

Enum: StateEnum

Name Value
PENDING_ACTIVATION "PENDING_ACTIVATION"
ACTIVATION_FAILED "ACTIVATION_FAILED"
READY "READY"