Interface GeneralPaymasterInput

Represents the input data structure for a general paymaster.

interface GeneralPaymasterInput {
    innerInput: Bytes;
    type: "General";
}

Properties

Properties

innerInput: Bytes

The additional input data.

type: "General"

The type of the paymaster input.