Type alias BuildTransferParameters

BuildTransferParameters: 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
    
  • recipient: Address

    Recipient address.

    Example

    "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"