Type Alias BuildApproveParameters

BuildApproveParameters: TokenParams & { gasLimit?: bigint; spender: Address }

Parameters for building an approval instruction

Type declaration

  • OptionalgasLimit?: bigint

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

    50000n
    
  • spender: Address

    Spender address.

    "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"