Documentation
¶
Index ¶
- func AddressIsDelegatorToValidator(delegatorAddress, validatorAddress string, chain *relayer.Chain) bool
- func InitializeAndStartChain(timeout, homePath string) (*relayer.Chain, error)
- func QueryDelegatorDelegations(delegatorAddress string, chain *relayer.Chain) (stakingTypes.DelegationResponses, error)
- func QueryDelegatorValidatorDelegations(delegatorAddress, validatorAddress string, chain *relayer.Chain) (stakingTypes.DelegationResponse, error)
- func QueryValidatorDelegator(delegatorAddress, validatorAddress string, chain *relayer.Chain) (stakingTypes.Validator, error)
- func SetBech32PrefixesAndPStakeWrapAddress() (sdkTypes.AccAddress, error)
- func StartListening(initClientCtx client.Context, chain *relayer.Chain, brokers []string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddressIsDelegatorToValidator ¶ added in v0.1.1
func InitializeAndStartChain ¶
func QueryDelegatorDelegations ¶ added in v0.2.0
func QueryDelegatorDelegations(delegatorAddress string, chain *relayer.Chain) (stakingTypes.DelegationResponses, error)
func QueryDelegatorValidatorDelegations ¶ added in v0.2.0
func QueryDelegatorValidatorDelegations(delegatorAddress, validatorAddress string, chain *relayer.Chain) (stakingTypes.DelegationResponse, error)
func QueryValidatorDelegator ¶ added in v0.1.1
func SetBech32PrefixesAndPStakeWrapAddress ¶ added in v0.4.1
func SetBech32PrefixesAndPStakeWrapAddress() (sdkTypes.AccAddress, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.