Preparing search index...
The search index is not available
metaos.ts
metaos.ts
TendermintAPI
Class TendermintAPI
Hierarchy
BaseAPI
TendermintAPI
Index
Constructors
constructor
Methods
block
Info
node
Info
syncing
validator
Set
Constructors
constructor
new
TendermintAPI
(
request
:
APIRequester
)
:
TendermintAPI
Parameters
request:
APIRequester
Returns
TendermintAPI
Methods
block
Info
block
Info
(
height
?:
number
)
:
Promise
<
GetBlockByHeightResponse
|
GetLatestBlockResponse
>
Parameters
Optional
height:
number
Returns
Promise
<
GetBlockByHeightResponse
|
GetLatestBlockResponse
>
node
Info
node
Info
(
)
:
Promise
<
DefaultNodeInfo
>
Returns
Promise
<
DefaultNodeInfo
>
syncing
syncing
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
validator
Set
validator
Set
(
height
?:
number
, params
?:
PaginationOptions
)
:
Promise
<
GetValidatorSetByHeightResponse
|
GetLatestValidatorSetResponse
>
Parameters
Optional
height:
number
Optional
params:
PaginationOptions
Returns
Promise
<
GetValidatorSetByHeightResponse
|
GetLatestValidatorSetResponse
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Modules
metaos.ts
Msg
Begin
Redelegate
Msg
Collect
Msg
Collect
Rand
Swap
Reward
Msg
Collect
Reward
Msg
Create
Pool
Msg
Create
Position
Msg
Create
Rand
Swap
Reward
Config
Msg
Create
Validator
Msg
Decrease
Liquidity
Msg
Delegate
Msg
Deposit
Msg
Edit
Validator
Msg
Increase
Liquidity
Msg
Submit
Proposal
Msg
Swap
Exact
In
Msg
Swap
Exact
Out
Msg
Undelegate
Msg
Vote
Msg
Vote
Weighted
TendermintAPI
constructor
block
Info
node
Info
syncing
validator
Set