Preparing search index...
The search index is not available
ipfs-bitswap
ipfs-bitswap
Stat
Interface Stat
interface
Stat
{
movingAverages
:
Record
<
string
,
Record
<
number
,
IMovingAverage
>
>
;
snapshot
:
Record
<
string
,
bigint
>
;
disable
(
)
:
void
;
enable
(
)
:
void
;
push
(
counter
,
inc
)
:
void
;
stop
(
)
:
void
;
}
Index
Properties
moving
Averages
snapshot
Methods
disable
enable
push
stop
Properties
moving
Averages
moving
Averages
:
Record
<
string
,
Record
<
number
,
IMovingAverage
>
>
snapshot
snapshot
:
Record
<
string
,
bigint
>
Methods
disable
disable
(
)
:
void
Returns
void
enable
enable
(
)
:
void
Returns
void
push
push
(
counter
,
inc
)
:
void
Parameters
counter
:
string
inc
:
number
Returns
void
stop
stop
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
moving
Averages
snapshot
disable
enable
push
stop
ipfs-bitswap
Loading...
Generated using
TypeDoc