ssxsession
Home > @spruceid/ssx > SSXSession
SSXSession type
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
Was this helpful?