Type alias Session

Session: {
    sessionIDInfo: string[];
    sessionStorageClient: ISessionStorage;
}

Type declaration

  • sessionIDInfo: string[]

    The relevant sessionID for the chosen session

  • sessionStorageClient: ISessionStorage

    The storage client specific to the smartAccountAddress which stores the session keys