@sentio/sdk
Preparing search index...
.
RichValue
Interface RichValue
interface
RichValue
{
bigdecimalValue
?:
BigDecimalRichValue
;
bigintValue
?:
BigInteger
;
boolValue
?:
boolean
;
bytesValue
?:
Uint8Array
<
ArrayBufferLike
>
;
floatValue
?:
number
;
int64Value
?:
bigint
;
intValue
?:
number
;
listValue
?:
RichValueList
;
nullValue
?:
RichValue_NullValue
;
stringValue
?:
string
;
structValue
?:
RichStruct
;
timestampValue
?:
Date
;
tokenValue
?:
TokenAmount
;
}
Index
Properties
bigdecimal
Value?
bigint
Value?
bool
Value?
bytes
Value?
float
Value?
int64
Value?
int
Value?
list
Value?
null
Value?
string
Value?
struct
Value?
timestamp
Value?
token
Value?
Properties
Optional
bigdecimal
Value
bigdecimalValue
?:
BigDecimalRichValue
Optional
bigint
Value
bigintValue
?:
BigInteger
Optional
bool
Value
boolValue
?:
boolean
Optional
bytes
Value
bytesValue
?:
Uint8Array
<
ArrayBufferLike
>
Optional
float
Value
floatValue
?:
number
Optional
int64
Value
int64Value
?:
bigint
Optional
int
Value
intValue
?:
number
Optional
list
Value
listValue
?:
RichValueList
Optional
null
Value
nullValue
?:
RichValue_NullValue
Optional
string
Value
stringValue
?:
string
Optional
struct
Value
structValue
?:
RichStruct
Optional
timestamp
Value
timestampValue
?:
Date
Optional
token
Value
tokenValue
?:
TokenAmount
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bigdecimal
Value
bigint
Value
bool
Value
bytes
Value
float
Value
int64
Value
int
Value
list
Value
null
Value
string
Value
struct
Value
timestamp
Value
token
Value
@sentio/sdk
Loading...