Address Details
data class AddressDetails(val accountName: String? = null, val accountId: String? = null, val asset: String? = null, val address: String? = null, val addressType: AddressDetails.AddressType? = null, val addressDescription: String? = null, val tag: String? = null, val addressIndex: Int? = null, val change: Int? = null, val coinType: Int? = null, val customerRefId: String? = null, val addressFormat: String? = null, val legacyAddress: String? = null, val paymentAddress: String? = null, val userDefined: Boolean? = null, val state: State? = null)
Created by Fireblocks Ltd. on 08/08/2023.
Constructors
Link copied to clipboard
constructor(accountName: String? = null, accountId: String? = null, asset: String? = null, address: String? = null, addressType: AddressDetails.AddressType? = null, addressDescription: String? = null, tag: String? = null, addressIndex: Int? = null, change: Int? = null, coinType: Int? = null, customerRefId: String? = null, addressFormat: String? = null, legacyAddress: String? = null, paymentAddress: String? = null, userDefined: Boolean? = null, state: State? = null)
Properties
Link copied to clipboard
The name of the account associated with the address.
Link copied to clipboard
A description of the address.
Link copied to clipboard
The format of the address.
Link copied to clipboard
The index of the address.
Link copied to clipboard
AddressType The type of the address.
Link copied to clipboard
The customer reference ID associated with the address.
Link copied to clipboard
The legacy address string.
Link copied to clipboard
The payment address string.
Link copied to clipboard
Indicates if the address is user-defined.