Documentation
¶
Index ¶
- func CelestiaUpgradeParser(resp []byte) (int64, string, error)
- func CosmosBlockParser(resp []byte) (int64, time.Time, string, []types.Tx, int64, []types.Signature, error)
- func CosmosSlashingParamsParser(resp []byte) (signedBlocksWindow float64, minSignedPerWindow float64, err error)
- func CosmosSlashingParser(resp []byte) (consensusAddress string, indexOffset float64, isTomstoned float64, ...)
- func CosmosStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
- func CosmosStatusParser(resp []byte) (int64, time.Time, error)
- func CosmosUpgradeParser(resp []byte) (int64, string, error)
- func CosmosValidatorParser(resp []byte) ([]types.CosmosValidator, int64, error)
- func InitiaStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
- func StorySlashingParamsParser(resp []byte) (signedBlocksWindow float64, minSignedPerWindow float64, err error)
- func StorySlashingParser(resp []byte) (consensusAddress string, indexOffset float64, isTomstoned float64, ...)
- func StoryStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
- func StoryUpgradeParser(resp []byte) (int64, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CelestiaUpgradeParser ¶ added in v1.0.1
celestia upgrade parser
func CosmosBlockParser ¶
func CosmosSlashingParamsParser ¶ added in v1.0.1
func CosmosSlashingParser ¶ added in v1.0.1
func CosmosStakingValidatorParser ¶
func CosmosStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
func CosmosUpgradeParser ¶ added in v1.0.1
cosmos upgrade parser
func CosmosValidatorParser ¶
func CosmosValidatorParser(resp []byte) ([]types.CosmosValidator, int64, error)
TODO: modify this function logic
func InitiaStakingValidatorParser ¶
func InitiaStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
func StorySlashingParamsParser ¶ added in v1.0.1
func StorySlashingParser ¶ added in v1.0.1
func StorySlashingParser(resp []byte) (consensusAddress string, indexOffset float64, isTomstoned float64, missedBlocksCounter float64, err error)
story slashing parser
func StoryStakingValidatorParser ¶
func StoryStakingValidatorParser(resp []byte) ([]types.CosmosStakingValidator, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.