Home > @spruceid/ssx > SSXSession
Representation of an active SSXSession.
Signature:
export declare type SSXClientSession = { address: string; walletAddress: string; chainId: number; sessionKey: string; siwe: string; signature: string; ens?: SSXEnsData; };
Last updated 1 year ago