Type alias BuildWithdrawalParameters

BuildWithdrawalParameters: Trigger & {
    gasLimit?: bigint;
    recipient?: Address;
}

Parameters for building a transfer instruction

Type declaration

  • Optional gasLimit?: bigint

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

    Example

    65000n
    
  • Optional recipient?: Address

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

    Example

    "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"