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