@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
StatsPending
Class StatsPending
Hierarchy (
View Summary
)
StatsPending
Stats
Index
Constructors
C
constructor
Properties
P
local
DB
Incr
P
local
DBXOR
Methods
M
compound
Key
M
consume
M
incr
M
incr
Compound
Key
M
merge
M
xor
Constructors
constructor
new
StatsPending
()
:
StatsPending
Returns
StatsPending
Properties
Protected
local
DB
Incr
localDBIncr
:
{
[
key
:
string
]:
number
}
= {}
Protected
local
DBXOR
localDBXOR
:
{
[
key
:
string
]:
bigint
}
= {}
Methods
Protected
compound
Key
compoundKey
(
arena
:
string
,
key
:
string
)
:
string
Parameters
arena
:
string
key
:
string
Returns
string
Protected
consume
consume
()
:
{
incrChanges
:
{
[
key
:
string
]:
number
}
;
xorChanges
:
{
[
key
:
string
]:
bigint
}
;
}
Returns
{
incrChanges
:
{
[
key
:
string
]:
number
}
;
xorChanges
:
{
[
key
:
string
]:
bigint
}
;
}
incr
incr
(
arena
:
string
,
key
:
string
,
change
?:
number
)
:
void
Parameters
arena
:
string
key
:
string
change
:
number
= 1
Returns
void
Protected
incr
Compound
Key
incrCompoundKey
(
compoundKey
:
string
,
change
:
number
)
:
void
Parameters
compoundKey
:
string
change
:
number
Returns
void
merge
merge
(
pending
:
StatsPending
)
:
void
Parameters
pending
:
StatsPending
Returns
void
xor
xor
(
key
:
string
,
change
:
bigint
|
BufferStorage
|
BlockHash
)
:
void
Parameters
key
:
string
change
:
bigint
|
BufferStorage
|
BlockHash
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
local
DB
Incr
P
local
DBXOR
Methods
M
compound
Key
M
consume
M
incr
M
incr
Compound
Key
M
merge
M
xor
@keetanetwork/keetanet-client
Loading...