ssx

Home > @spruceid/ssx > SSX

SSX class

SSX: Self-sovereign anything.

A toolbox for user-controlled identity, credentials, storage and more.

Signature:

export declare class SSX 

Constructors

ConstructorModifiersDescription

Constructs a new instance of the SSX class

Properties

PropertyModifiersTypeDescription

() => 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).

Methods

MethodModifiersDescription

ENS data supported by SSX.

Request the user to sign in, and start the session.

Invalidates user's session.

Last updated