UNPKG

@tunghm/relay-kit

Version:
5 lines (4 loc) 293 B
import { Safe4337InitOptions } from '../types'; import { Safe4337Pack } from '../Safe4337Pack'; export declare const generateTransferCallData: (to: string, value: bigint) => string; export declare const createSafe4337Pack: (initOptions: Partial<Safe4337InitOptions>) => Promise<Safe4337Pack>;