Type Alias PaymasterParams

PaymasterParams: { paymaster: Address; paymasterInput: Bytes }

Type defining a paymaster by its address and the bytestream input.

Type declaration

  • paymaster: Address

    The address of the paymaster.

  • paymasterInput: Bytes

    The bytestream input for the paymaster.