IPaymasterFlow

Git Source

Author: Matter Labs

This is NOT an interface to be implemented by contracts. It is just used for encoding.

The interface that is used for encoding/decoding of different types of paymaster flows.

Note: security-contact: security@matterlabs.dev

Functions

general

function general(bytes calldata input) external;

approvalBased

function approvalBased(
  address _token,
  uint256 _minAllowance,
  bytes calldata _innerInput
) external;