Documentation ¶
Index ¶
- func GetSelfDelegations(stakingClient stakingtypes.QueryClient, validators types.Validators, ...) ([]sdk.Coin, error)
- func ParseDelegationAnalysis(grpcConn *grpc.ClientConn, address, denom string) error
- func ParseDelegators(grpcConn *grpc.ClientConn) error
- func ParseGenesisAndPostGenesisValidators(grpcConn *grpc.ClientConn) error
- func ParseGenesisPostGenesisValidatorsData(grpcUrl string) error
- func ParseValidators(grpcConn *grpc.ClientConn, accountPrefix string) error
- func QueryBlocksSignerCounter(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDelegationAnalysisData(grpcUrl, address, denom string) error
- func QueryDelegatorsData(grpcUrl string) error
- func QueryDepositorsBeginUnlocking(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsBond(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsCallbackInfo(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsLockedTokens(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsMints(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsReplayChain(RPCAddress string, startingHeight, endHeight int64) error
- func QueryDepositorsUnbond(RPCAddress string, startingHeight, endHeight int64) error
- func QueryGenesisJSON(jsonURL, denom string) error
- func QueryValidatorsData(grpcUrl, accountPrefix string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSelfDelegations ¶
func GetSelfDelegations(stakingClient stakingtypes.QueryClient, validators types.Validators, accountPrefix string) ([]sdk.Coin, error)
GetSelfDelegations returns a list of coin and error after querying self delegations of the validators provided in the input.
func ParseDelegationAnalysis ¶
func ParseDelegationAnalysis(grpcConn *grpc.ClientConn, address, denom string) error
ParseDelegationAnalysis parses all the details of delegations of the account address on a given chain
func ParseDelegators ¶
func ParseDelegators(grpcConn *grpc.ClientConn) error
ParseDelegators parses all the requested information returns an error if any of the steps fail
func ParseGenesisAndPostGenesisValidators ¶
func ParseGenesisAndPostGenesisValidators(grpcConn *grpc.ClientConn) error
func ParseValidators ¶
func ParseValidators(grpcConn *grpc.ClientConn, accountPrefix string) error
ParseValidators parses all the requested information returns an error if any of the steps fail
func QueryDelegatorsData ¶
func QueryDepositorsBond ¶
QueryDepositorsBond returns a file with the bond events in all the blocks given as startingHeight and endHeight
func QueryDepositorsCallbackInfo ¶
QueryDepositorsCallbackInfo returns a file with the callback info of primitives events in all the blocks given as startingHeight and endHeight
func QueryDepositorsLockedTokens ¶
QueryDepositorsLockedTokens returns a file with the locked tokens events in all the blocks given as startingHeight and endHeight
func QueryDepositorsMints ¶
QueryDepositorsMints returns a file with the mint tokens in incentive contract events in all the blocks given as startingHeight and endHeight
func QueryDepositorsUnbond ¶
QueryDepositorsUnbond returns a file with the unbond events in all the blocks given as startingHeight and endHeight
func QueryGenesisJSON ¶
func QueryValidatorsData ¶
Types ¶
This section is empty.