ssxclientsession
Home > @spruceid/ssx > SSXClientSession
SSXClientSession type
Representation of an active SSXSession.
Signature:
declare type SSXClientSession = {
address: string;
walletAddress: string;
chainId: number;
sessionKey: string;
siwe: string;
signature: string;
ens?: SSXEnsData;
};
References: SSXEnsData
Last updated
Was this helpful?