UNPKG

@reown/appkit-siwe-react-native

Version:

#### 🔎 [Examples](https://github.com/reown-com/react-native-examples)

10 lines • 405 B
export declare function getAddressFromMessage(message: string): string; export declare function getChainIdFromMessage(message: string): string; export declare function verifySignature({ address, message, signature, chainId, projectId }: { address: string; message: string; signature: string; chainId: string; projectId: string; }): Promise<boolean>; //# sourceMappingURL=index.d.ts.map