TransferAsDelegateMetadata

data class TransferAsDelegateMetadata(val amount: String, val amountRaw: String, val chainId: String, val delegateAddress: String? = null, val lastValidBlockHeight: String? = null, val needsRecipientTokenAccount: Boolean? = null, val ownerAddress: String? = null, val recipientAddress: String? = null, val serializedTransactionBase58Encoded: String? = null, val serializedTransactionBase64Encoded: String? = null, val tokenAddress: String? = null, val tokenSymbol: String? = null, val tokenDecimals: Int? = null)

Metadata for a delegated transfer response.

Parameters

amount

The human-readable transfer amount.

amountRaw

The raw transfer amount (smallest unit).

chainId

The chain ID.

delegateAddress

The delegate's address.

lastValidBlockHeight

The last valid block height (Solana).

needsRecipientTokenAccount

Whether the recipient needs a token account (Solana).

ownerAddress

The owner's address.

recipientAddress

The recipient's address.

serializedTransactionBase58Encoded

Base58-encoded serialized transaction (Solana).

serializedTransactionBase64Encoded

Base64-encoded serialized transaction (Solana).

tokenAddress

The token contract address (EVM).

tokenSymbol

The token symbol.

tokenDecimals

The token's decimal precision.

Constructors

Link copied to clipboard
constructor(amount: String, amountRaw: String, chainId: String, delegateAddress: String? = null, lastValidBlockHeight: String? = null, needsRecipientTokenAccount: Boolean? = null, ownerAddress: String? = null, recipientAddress: String? = null, serializedTransactionBase58Encoded: String? = null, serializedTransactionBase64Encoded: String? = null, tokenAddress: String? = null, tokenSymbol: String? = null, tokenDecimals: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val delegateAddress: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ownerAddress: String? = null
Link copied to clipboard
Link copied to clipboard
val tokenAddress: String? = null
Link copied to clipboard
val tokenDecimals: Int? = null
Link copied to clipboard
val tokenSymbol: String? = null