UNPKG

@bananahq/banana-sdk

Version:

Smart contract wallet sdk package by Banana Wallet

4 lines (3 loc) 228 B
import { PaymasterOptions } from "../interfaces/Banana.interface"; declare const getRequestDataForPaymaster: (userOp: any, paymasterOption: PaymasterOptions) => Promise<any[] | undefined>; export { getRequestDataForPaymaster };