TransferFromRequest

constructor(chain: String, token: String, fromAddress: String, toAddress: String, amount: String)

Parameters

chain

CAIP-2 chain ID (e.g., "eip155:11155111").

token

Token symbol or address (e.g., "USDC" or a contract address).

fromAddress

The owner's address (who approved the delegation).

toAddress

The recipient's address.

amount

The amount to transfer (e.g., "1.0").