ssx
SSX: Self-sovereign anything.
A toolbox for user-controlled identity, credentials, storage and more.
Signature:
export declare class SSX
Constructor | Modifiers | Description |
---|---|---|
| Constructs a new instance of the SSX class |
Property | Modifiers | Type | Description |
---|---|---|---|
| () => string | undefined | Gets the address that is connected and signed in. | |
| () => number | undefined | Get the chainId that the address is connected and signed in on. | |
| (Optional) Current connection of SSX | ||
static | Supported RPC Providers | ||
| (Optional) The session representation (once signed in). |
Method | Modifiers | Description |
---|---|---|
| ENS data supported by SSX. | |
| Request the user to sign in, and start the session. | |
| Invalidates user's session. |
Last modified 5mo ago