Search
Preparing search index...
The search index is not available
@iov/multichain Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
AbstractChainedBatch
Interface AbstractChainedBatch<K, V>
Type parameters
K
V
Hierarchy
AbstractOptions
AbstractChainedBatch
Indexable
[
k:
string
]:
any
Index
Properties
clear
del
put
Methods
write
Properties
clear
clear
:
function
Type declaration
(
)
:
this
Returns
this
del
del
:
function
Type declaration
(
key
:
K
)
:
this
Parameters
key:
K
Returns
this
put
put
:
function
Type declaration
(
key
:
K
, value
:
V
)
:
this
Parameters
key:
K
value:
V
Returns
this
Methods
write
write
(
cb
:
ErrorCallback
)
:
any
write
(
options
:
any
, cb
:
ErrorCallback
)
:
any
Parameters
cb:
ErrorCallback
Returns
any
Parameters
options:
any
cb:
ErrorCallback
Returns
any
Globals
Abstract
Chained
Batch
clear
del
put
write
Generated using
TypeDoc