Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
RichValue
Interface RichValue
interface
RichValue
{
bigdecimalValue
?:
BigDecimal
;
bigintValue
?:
BigInteger
;
boolValue
?:
boolean
;
bytesValue
?:
Uint8Array
;
floatValue
?:
number
;
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?
int
Value?
list
Value?
null
Value?
string
Value?
struct
Value?
timestamp
Value?
token
Value?
Properties
Optional
bigdecimal
Value
bigdecimalValue
?:
BigDecimal
Optional
bigint
Value
bigintValue
?:
BigInteger
Optional
bool
Value
boolValue
?:
boolean
Optional
bytes
Value
bytesValue
?:
Uint8Array
Optional
float
Value
floatValue
?:
number
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
int
Value
list
Value
null
Value
string
Value
struct
Value
timestamp
Value
token
Value
@sentio/sdk
Loading...