Links

ssx

SSX class

SSX: Self-sovereign anything.
A toolbox for user-controlled identity, credentials, storage and more.
Signature:
export declare class SSX

Constructors

Constructor
Modifiers
Description
Constructs a new instance of the SSX class

Properties

Property
Modifiers
Type
Description
address
() => string | undefined
Gets the address that is connected and signed in.
chainId
() => number | undefined
Get the chainId that the address is connected and signed in on.
(Optional) Current connection of SSX
static
typeof SSXRPCProviders
Supported RPC Providers
session?
(Optional) The session representation (once signed in).

Methods

Method
Modifiers
Description
ENS data supported by SSX.
signIn()
Request the user to sign in, and start the session.
signOut()
Invalidates user's session.