AddressDetails

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)

Types

Link copied to clipboard

AddressDetails address type Values: PERMANENT,CHANGE,DEFAULT,ADDRESS

Properties

Link copied to clipboard
val accountId: String? = null

The ID of the account associated with the address.

Link copied to clipboard
val accountName: String? = null

The name of the account associated with the address.

Link copied to clipboard
val address: String? = null

The address string.

Link copied to clipboard

A description of the address.

Link copied to clipboard
val addressFormat: String? = null

The format of the address.

Link copied to clipboard
val addressIndex: Int? = null

The index of the address.

Link copied to clipboard

AddressType The type of the address.

Link copied to clipboard
val asset: String? = null

The asset associated with the address.

Link copied to clipboard
val change: Int? = null

The change value of the address.

Link copied to clipboard
val coinType: Int? = null

The coin type of the address.

Link copied to clipboard
val customerRefId: String? = null

The customer reference ID associated with the address.

Link copied to clipboard
val legacyAddress: String? = null

The legacy address string.

Link copied to clipboard
val paymentAddress: String? = null

The payment address string.

Link copied to clipboard
val state: State? = null

State The state of the address.

Link copied to clipboard
val tag: String? = null

A tag associated with the address.

Link copied to clipboard
val userDefined: Boolean? = null

Indicates if the address is user-defined.