Documentation ¶
Index ¶
- Variables
- func GetBucketList(methodName iotexapi.ReadStakingDataMethod_Name, ...) (*iotextypes.VoteBucketList, error)
- func GetChainMeta() (*iotextypes.ChainMeta, error)
- func GetEpochMeta(epochNum uint64) (*iotexapi.GetEpochMetaResponse, error)
- func GetProbationList(epochNum uint64, epochStartHeight uint64) (*iotexapi.ReadStateResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var BCCmd = &cobra.Command{ Use: config.TranslateInLang(bcCmdUses, config.UILanguage), Short: config.TranslateInLang(bcCmdShorts, config.UILanguage), }
BCCmd represents the bc(block chain) command
Functions ¶
func GetBucketList ¶ added in v1.1.0
func GetBucketList( methodName iotexapi.ReadStakingDataMethod_Name, readStakingDataRequest *iotexapi.ReadStakingDataRequest, ) (*iotextypes.VoteBucketList, error)
GetBucketList get bucket list
func GetChainMeta ¶
func GetChainMeta() (*iotextypes.ChainMeta, error)
GetChainMeta gets block chain metadata
func GetEpochMeta ¶ added in v0.8.1
func GetEpochMeta(epochNum uint64) (*iotexapi.GetEpochMetaResponse, error)
GetEpochMeta gets blockchain epoch meta
func GetProbationList ¶ added in v0.11.0
func GetProbationList(epochNum uint64, epochStartHeight uint64) (*iotexapi.ReadStateResponse, error)
GetProbationList gets probation list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.