Search
Preparing search index...
The search index is not available
@iov/multichain Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
MemDown
Interface MemDown<K, V>
Type parameters
K
V
Hierarchy
AbstractLevelDOWN
<
K
,
V
>
MemDown
Indexable
[
k:
string
]:
any
Index
Properties
Abstract
LevelDOWN
Methods
batch
close
del
get
iterator
open
put
Properties
Abstract
LevelDOWN
Abstract
LevelDOWN
:
AbstractLevelDOWNConstructor
Methods
batch
batch
(
)
:
AbstractChainedBatch
<
K
,
V
>
batch
(
array
:
ReadonlyArray
<
AbstractBatch
<
K
,
V
>
>
, cb
:
ErrorCallback
)
:
AbstractChainedBatch
<
K
,
V
>
batch
(
array
:
ReadonlyArray
<
AbstractBatch
<
K
,
V
>
>
, options
:
AbstractOptions
, cb
:
ErrorCallback
)
:
AbstractChainedBatch
<
K
,
V
>
Returns
AbstractChainedBatch
<
K
,
V
>
Parameters
array:
ReadonlyArray
<
AbstractBatch
<
K
,
V
>
>
cb:
ErrorCallback
Returns
AbstractChainedBatch
<
K
,
V
>
Parameters
array:
ReadonlyArray
<
AbstractBatch
<
K
,
V
>
>
options:
AbstractOptions
cb:
ErrorCallback
Returns
AbstractChainedBatch
<
K
,
V
>
close
close
(
cb
:
ErrorCallback
)
:
void
Parameters
cb:
ErrorCallback
Returns
void
del
del
(
key
:
K
, cb
:
ErrorCallback
)
:
void
del
(
key
:
K
, options
:
AbstractOptions
, cb
:
ErrorCallback
)
:
void
Parameters
key:
K
cb:
ErrorCallback
Returns
void
Parameters
key:
K
options:
AbstractOptions
cb:
ErrorCallback
Returns
void
get
get
(
key
:
K
, cb
:
ErrorValueCallback
<
V
>
)
:
void
get
(
key
:
K
, options
:
AbstractGetOptions
, cb
:
ErrorValueCallback
<
V
>
)
:
void
Parameters
key:
K
cb:
ErrorValueCallback
<
V
>
Returns
void
Parameters
key:
K
options:
AbstractGetOptions
cb:
ErrorValueCallback
<
V
>
Returns
void
iterator
iterator
(
options
?:
AbstractIteratorOptions
<
K
>
)
:
AbstractIterator
<
K
,
V
>
Parameters
Optional
options:
AbstractIteratorOptions
<
K
>
Returns
AbstractIterator
<
K
,
V
>
open
open
(
cb
:
ErrorCallback
)
:
void
open
(
options
:
AbstractOpenOptions
, cb
:
ErrorCallback
)
:
void
Parameters
cb:
ErrorCallback
Returns
void
Parameters
options:
AbstractOpenOptions
cb:
ErrorCallback
Returns
void
put
put
(
key
:
K
, value
:
V
, cb
:
ErrorCallback
)
:
void
put
(
key
:
K
, value
:
V
, options
:
AbstractOptions
, cb
:
ErrorCallback
)
:
void
Parameters
key:
K
value:
V
cb:
ErrorCallback
Returns
void
Parameters
key:
K
value:
V
options:
AbstractOptions
cb:
ErrorCallback
Returns
void
Globals
Mem
Down
Abstract
LevelDOWN
batch
close
del
get
iterator
open
put
Generated using
TypeDoc