permissionless
Version:
A utility library for working with ERC-4337
14 lines • 402 B
TypeScript
/**
* Utility module for handling optional ox imports
* This allows the library to work without ox being installed
*/
export declare function getOxModule(): Promise<any>;
export declare function hasOxModule(): boolean;
export declare function getOxExports(): Promise<{
Base64: any;
Hex: any;
PublicKey: any;
Signature: any;
WebAuthnP256: any;
}>;
//# sourceMappingURL=ox.d.ts.map