@sentio/sdk
Preparing search index...
.
EntityList
Variable EntityList
EntityList
:
{
create
(
base
?:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
(...)
|
(...)
}
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
,
)
:
EntityList
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
EntityList
;
encode
(
message
:
EntityList
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
EntityList
;
fromPartial
(
object
:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
,
)
:
EntityList
;
toJSON
(
message
:
EntityList
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
(...)
|
(...)
}
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
,
)
:
EntityList
Parameters
Optional
base
:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
(...)
|
(...)
}
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
Returns
EntityList
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
)
:
EntityList
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
EntityList
encode
:
function
encode
(
message
:
EntityList
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
EntityList
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
EntityList
Parameters
object
:
any
Returns
EntityList
fromPartial
:
function
fromPartial
(
object
:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
,
)
:
EntityList
Parameters
object
:
{
entities
?:
{
data
?:
{
fields
?:
{
[
key
:
string
]:
|
undefined
|
{
bigdecimalValue
?:
...
;
bigintValue
?:
...
;
boolValue
?:
...
;
bytesValue
?:
...
;
floatValue
?:
...
;
int64Value
?:
...
;
intValue
?:
...
;
listValue
?:
...
;
nullValue
?:
...
;
stringValue
?:
...
;
structValue
?:
...
;
timestampValue
?:
...
;
tokenValue
?:
...
;
}
;
}
;
}
;
entity
?:
string
;
genBlockChain
?:
string
;
genBlockNumber
?:
bigint
;
genBlockTime
?:
Date
;
}
[]
;
}
Returns
EntityList
toJSON
:
function
toJSON
(
message
:
EntityList
)
:
unknown
Parameters
message
:
EntityList
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...