deserializeIndexedMerkleMap
Function: deserializeIndexedMerkleMap()
function deserializeIndexedMerkleMap(params: {
serializedIndexedMap: IndexedMapSerialized;
type: typeof IndexedMerkleMapBase;
}):
| InstanceType<ReturnType<typeof IndexedMerkleMap>>
| undefined
Defined in: packages/storage/src/indexed-map/indexed-map.ts:111
Parameters
params
serializedIndexedMap
type
typeof IndexedMerkleMapBase
Returns
| InstanceType
<ReturnType
<typeof IndexedMerkleMap
>>
| undefined
Updated 10 days ago