ssxclientsession
Home > @spruceid/ssx-core > SSXClientSession
SSXClientSession 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;
};
References: SSXEnsData
Last updated
Was this helpful?