UNPKG

@abstraxn/paymaster

Version:

Abstraxn Paymaster to interact with Paymaster Services that interacts with ( veriying and token ) paymasters

5 lines (4 loc) 244 B
import { UserOperation } from "@abstraxn/core-types"; export declare const transformUserOP: (userOp: UserOperation) => UserOperation; export declare function deepHexlify(obj: any): any; export declare const getTimestampInSeconds: () => number;