issxconnected
Interface to an intermediate SSX state: connected, but not signed-in.
Signature:
export declare interface ISSXConnected
Property | Modifiers | Type | Description |
---|---|---|---|
| Promise<void> | Promise that is initialized on construction to run the "afterConnect" methods of extensions. | |
| Method to apply the "afterSignIn" methods of the extensions. | ||
| AxiosInstance | (Optional) Axios instance. | |
| () => Promise<void> | Method to apply the "afterConnect" methods and the delegated capabilities of the extensions. | |
| ssxSession.SSXSessionBuilder | Instance of SSXSessionBuilder. | |
| SSXConfig object. | ||
| List of enabled extensions. | ||
| (namespace: string) => boolean | Method to verify if extension is enabled. | |
| ethers.providers.Web3Provider | Web3 provider. | |
| Method to request the user to sign in. | ||
| Method to request the user to sign out. | ||
| Method to request sign in from server and return session. | ||
| (params: Record<string, any>) => Promise<string> | Method to request nonce from server. |
Last modified 5mo ago