@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a h
7 lines • 503 B
TypeScript
import { BigNumber } from "ethers";
import { UserOperationStruct } from "@account-abstraction/contracts";
export declare function hexlifyUserOp(op: Partial<UserOperationStruct | any>): Promise<any>;
export declare function printOp(op: Partial<UserOperationStruct>): Promise<string>;
export declare function getUserOpHashV06(userOp: UserOperationStruct, entryPoint: string, chainId: number): Promise<Promise<string>>;
export declare const randomNonce: () => BigNumber;
//# sourceMappingURL=utils.d.ts.map