ModuleSDK
Modules
hashChainSessions

hashChainSessions

Hash a list of chain sessions.

Usage

const chainSessionHash = hashChainSessions([
  {
    chainId: 1,
    session,
  },
])

Parameters

chainSessions

A list of chain sessions.

Returns

hash

  • Type: Promise<Hex>

Returns the hash of the given chain sessions.