Interface SessionStorageLike

Hierarchy

  • SessionStorageLike

Implemented by

Index

Methods

getSession

  • Parameters

    • walletAddress: string

    Returns Promise<StoredSession>

setSession

  • setSession(walletAddress: string, session: StoredSession): Promise<void>
  • Parameters

    Returns Promise<void>