4 lines
287 B
TypeScript
4 lines
287 B
TypeScript
import { IParseURIResult, IWalletConnectSession } from "@walletconnect/types";
|
|
export declare function isWalletConnectSession(object: any): object is IWalletConnectSession;
|
|
export declare function parseWalletConnectUri(str: string): IParseURIResult;
|
|
//# sourceMappingURL=session.d.ts.map
|