Polkadot Apps
    Preparing search index...

    Type Alias StoredUserSession

    type StoredUserSession = {
        id: string;
        localAccount: LocalSessionAccount;
        remoteAccount: RemoteSessionAccount;
    }
    Index

    Properties

    id: string
    localAccount: LocalSessionAccount
    remoteAccount: RemoteSessionAccount