Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FinalizedBundle ¶
type FinalizedBundle struct {
StorageId string `json:"storage_id,omitempty"`
StorageProviderId string `json:"storage_provider_id,omitempty"`
CompressionId string `json:"compression_id,omitempty"`
FromKey string `json:"from_key,omitempty"`
ToKey string `json:"to_key,omitempty"`
DataHash string `json:"data_hash,omitempty"`
}
type FinalizedBundleResponse ¶
type FinalizedBundleResponse = struct {
FinalizedBundles []FinalizedBundle `json:"finalized_bundles"`
Pagination Pagination `json:"pagination"`
}
type GenesisDoc ¶
type GenesisDoc = tmTypes.GenesisDoc
type HeightResponse ¶ added in v0.5.0
type HeightResponse struct {
Result struct {
Response struct {
LastBlockHeight string `json:"last_block_height"`
} `json:"response"`
} `json:"result"`
}
type Pagination ¶
type Pagination struct {
NextKey []byte `json:"next_key"`
}
type PoolResponse ¶
type SyncProcess ¶ added in v0.5.0
type TendermintBsyncBundle ¶ added in v0.3.0
type TendermintBsyncBundle = []TendermintBsyncDataItem
type TendermintBsyncDataItem ¶ added in v0.3.0
type TendermintBundle ¶ added in v0.3.0
type TendermintBundle = []TendermintDataItem
type TendermintDataItem ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.