Documentation ¶
Index ¶
- func LatestBlockHeight(ctx context.Context, cfg config.Config) (int64, error)
- func SigningValidators(ctx context.Context, cfg config.Config) ([]types.Validator, error)
- type Client
- func (c Client) Accounts(ctx context.Context) (uint64, error)
- func (c Client) Actions(ctx context.Context) (uint64, error)
- func (c Client) Balance(ctx context.Context, address, denom string) (math.Int, error)
- func (c Client) KeyChain(ctx context.Context, id uint64) (warden.Keychain, error)
- func (c Client) KeychainRequests(ctx context.Context, id uint64) (uint64, error)
- func (c Client) KeychainSignatureRequests(ctx context.Context, id uint64) (uint64, error)
- func (c Client) Keychains(ctx context.Context) (uint64, error)
- func (c Client) Keys(ctx context.Context) (uint64, uint64, uint64, error)
- func (c Client) Rules(ctx context.Context) (uint64, error)
- func (c Client) SignigInfos(ctx context.Context) ([]slashing.ValidatorSigningInfo, error)
- func (c Client) Spaces(ctx context.Context) (uint64, error)
- func (c Client) Validators(ctx context.Context) ([]staking.Validator, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LatestBlockHeight ¶ added in v1.2.0
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) KeychainRequests ¶ added in v1.3.0
func (Client) KeychainSignatureRequests ¶ added in v1.3.0
func (Client) SignigInfos ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.