package
Version:
v0.0.19
Opens a new window with list of versions in this module.
Published: Jul 11, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BlockResult struct {
Jsonrpc string `json:"jsonrpc"`
ID string `json:"id"`
Result itemResult `json:"result"`
}
type QueryResult struct {
Result struct {
Response struct {
Value string `json:"value"`
} `json:"response"`
} `json:"result"`
}
type RPCTxSearch struct {
Jsonrpc string `json:"jsonrpc"`
ID string `json:"id"`
Result struct {
Txs []struct {
Hash string `json:"hash"`
Height string `json:"height"`
Tx string `json:"tx"`
} `json:"txs"`
TotalCount string `json:"total_count"`
} `json:"result"`
}
type Validators struct {
BlockHeight int64 `json:"block_height"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.