Type alias SessionSearchParam

SessionSearchParam: Session | ISessionStorage | Address | "DEFAULT_STORE"

SessionSearchParam - The arguments that can be used to reconstruct a session object

It can be one of the following: A session object Session A session storage client ISessionStorage A smart account address Address

When a session object is provided, it is returned as is When a session storage client is provided, the session object is reconstructed from the session storage client using all of the sessionIds found in the storage client When a smart account address is provided, the default session storage client is used to reconstruct the session object using all of the sessionIds found in the storage client