Type Alias BuildTransferParameters

BuildTransferParameters: TokenParams & { gasLimit?: bigint; recipient: Address }

Parameters for building a transfer instruction

Type declaration

  • OptionalgasLimit?: bigint

    Gas limit for the transfer transaction. Required when using the standard transfer function instead of permit.

    65000n
    
  • recipient: Address

    Recipient address.

    "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"