GlobalStateMap
GlobalStateMap<
KeyType,ValueType>(options): (key) =>GlobalStateValue<ValueType>
A mapping of one type to another in global state
Type parameters
• KeyType
• ValueType
Parameters
• options
• options.allowPotentialCollisions?: boolean
• options.maxKeys: number
• options.prefix?: string
Returns
Function
Parameters
• key:
KeyTypeReturns
GlobalStateValue<ValueType>