Preparing search index...
The search index is not available
@xchainjs/xchain-thornode
@xchainjs/xchain-thornode
ConstantsResponse
Interface ConstantsResponse
Export
ConstantsResponse
interface
ConstantsResponse
{
bool_values
?:
{
[
key
:
string
]
:
string
;
}
;
int_64_values
?:
{
[
key
:
string
]
:
string
;
}
;
string_values
?:
{
[
key
:
string
]
:
string
;
}
;
}
Index
Properties
bool_
values?
int_
64_
values?
string_
values?
Properties
Optional
bool_
values
bool_
values
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Memberof
ConstantsResponse
Optional
int_
64_
values
int_
64_
values
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Memberof
ConstantsResponse
Optional
string_
values
string_
values
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Memberof
ConstantsResponse
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bool_
values
int_
64_
values
string_
values
@xchainjs/xchain-thornode
Loading...
Generated using
TypeDoc
Export
ConstantsResponse