@safe-global/relay-kit
Version:
SDK for Safe Smart Accounts with support for ERC-4337 and Relay
5 lines • 377 B
TypeScript
import { Safe4337InitOptions } from '../src/packs/safe-4337/types';
import { Safe4337Pack } from '../src/packs/safe-4337/Safe4337Pack';
export declare const generateTransferCallData: (to: string, value: bigint) => `0x${string}`;
export declare const createSafe4337Pack: (initOptions: Partial<Safe4337InitOptions>) => Promise<Safe4337Pack>;
//# sourceMappingURL=helpers.d.ts.map