loadIndexedMerkleMap
Function: loadIndexedMerkleMap()
function loadIndexedMerkleMap(params: {
attempts: number;
name: string;
timeout: number;
type: typeof IndexedMerkleMapBase;
url: string;
}): Promise<IndexedMerkleMapBase>
Defined in: packages/storage/src/indexed-map/indexed-map.ts:21
Parameters
params
attempts
number
name
string
timeout
number
type
typeof IndexedMerkleMapBase
url
string
Returns
Promise
<IndexedMerkleMapBase
>
Updated 10 days ago