Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllianceQuery ¶
type AllianceQuery struct { Alliance *Alliance `json:"alliance"` Delegation *Delegation `json:"delegation"` DelegationRewards *DelegationRewards `json:"delegation_rewards"` }
type AllianceResponse ¶
type AllianceResponse struct { Denom string `json:"denom"` RewardWeight string `json:"reward_weight"` TakeRate string `json:"take_rate"` TotalTokens string `json:"total_tokens"` RewardStartTime uint64 `json:"reward_start_time"` RewardChangeRate string `json:"reward_change_rate"` LastRewardChangeTime uint64 `json:"last_reward_change_time"` RewardWeightRange RewardWeightRange `json:"reward_weight_range"` IsInitialized bool `json:"is_initialized"` }
type Delegation ¶
type DelegationResponse ¶
type DelegationRewards ¶
type DelegationRewardsResponse ¶
type DelegationRewardsResponse struct {
Rewards []Coin `json:"rewards"`
}
type RewardWeightRange ¶
Click to show internal directories.
Click to hide internal directories.