Type Alias BuildWithdrawalParameters

BuildWithdrawalParameters: 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
    
  • Optionalrecipient?: Address

    Recipient address. Defaults to the account's signer address.

    "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"