Transfer As Delegate Metadata
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)
Parameters
amount
The human-readable transfer amount.
amount Raw
The raw transfer amount (smallest unit).
chain Id
The chain ID.
delegate Address
The delegate's address.
last Valid Block Height
The last valid block height (Solana).
needs Recipient Token Account
Whether the recipient needs a token account (Solana).
owner Address
The owner's address.
recipient Address
The recipient's address.
serialized Transaction Base58Encoded
Base58-encoded serialized transaction (Solana).
serialized Transaction Base64Encoded
Base64-encoded serialized transaction (Solana).
token Address
The token contract address (EVM).
token Symbol
The token symbol.
token Decimals
The token's decimal precision.