@reown/appkit-siwe-react-native
Version:
#### 🔎 [Examples](https://github.com/reown-com/react-native-examples)
9 lines • 754 B
TypeScript
export { formatMessage, getDidChainId, getDidAddress } from '@walletconnect/utils';
import type { SIWEConfig, SIWESession, SIWECreateMessageArgs, SIWEVerifyMessageArgs, SIWEClientMethods } from './utils/TypeUtils';
import { AppKitSIWEClient } from './client';
export { getAddressFromMessage, getChainIdFromMessage, verifySignature } from './helpers/index';
export { SIWEController, type SIWEControllerClient } from './controller/SIWEController';
export type { AppKitSIWEClient, SIWEConfig, SIWESession, SIWECreateMessageArgs, SIWEVerifyMessageArgs, SIWEClientMethods };
export declare function createSIWEConfig(siweConfig: SIWEConfig): AppKitSIWEClient;
export * from './scaffold/views/w3m-connecting-siwe-view/index';
//# sourceMappingURL=index.d.ts.map