Blockstore instance.
Codec to encode data for storage.
Hash function to use for generating ContentIds for block data.
Protected
Readonly
codecCodec to encode data for storage.
Protected
Readonly
hasherHash function to use for generating ContentIds for block data.
Protected
Readonly
storeBlockstore instance.
Protected
asCIDDeletes the value with given key.
Optional
options: AbortOptionsDeletes the values with given keys.
Optional
options: AbortOptionsGets a value by key from the map.
Optional
options: AbortOptionsGets the key of given value.
Gets the list of data identified by given keys.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsPuts given value and returns its key.
Optional
options: AbortOptionsPuts given list of values and returns their keys.
Optional
options: AbortOptionsGenerated using TypeDoc
A distributed AutoKeyMap based on Blockstore.