@reown/appkit-wallet
Version:
#### 🔗 [Website](https://reown.com/appkit)
10 lines (9 loc) • 459 B
TypeScript
import type { W3mFrameTypes } from './W3mFrameTypes.js';
export declare const W3mFrameHelpers: {
checkIfAllowedToTriggerEmail(): void;
getTimeToNextEmailLogin(): number;
checkIfRequestExists(request: W3mFrameTypes.RPCRequest): boolean;
getResponseType(response: W3mFrameTypes.RPCResponse): "RPC_RESPONSE_TRANSACTION_HASH" | "RPC_RESPONSE_OBJECT";
checkIfRequestIsSafe(request: W3mFrameTypes.RPCRequest): boolean;
isClient: boolean;
};