# Functions
DefaultParams returns a default set of parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
validator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
initial pool for testing.
aggregates of all delegations, unbondings and redelegations
type DelegationSummary struct {
Delegations []Delegation `json:"delegations"`
UnbondingDelegations []UnbondingDelegation `json:"unbonding_delegations"`
Redelegations []Redelegation `json:"redelegations"`
}
*/ return the delegation without fields contained within the key for the store.
return the redelegation without fields contained within the key for the store.
return the unbonding delegation without fields contained within the key for the store.
return the redelegation without fields contained within the key for the store.
No description provided by the author
return the delegation without fields contained within the key for the store.
unmarshal the current pool value from store key or panics.
unmarshal a redelegation from a store key and value.
unmarshal a unbonding delegation from a store key and value.
unmarshal a redelegation from a store key and value.
No description provided by the author
No description provided by the author
NewValidator - initialize a new validator.
NewValidatorDistInfo - return new ValidatorDistInfo.
SortABCIValidators - function to sort abci.Validator in ascending order before returning to Tendermint.
return the delegation without fields contained within the key for the store.
unmarshal the current pool value from store key.
unmarshal a redelegation from a store key and value.
unmarshal a unbonding delegation from a store key and value.
unmarshal a redelegation from a store key and value.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
constant used in flags to indicate that description field should not be updated.
# Structs
Delegation represents the bond with tokens held by an account.
Description - description fields for a validator.
Params defines the high level settings for staking.
Pool - dynamic parameters of the current state.
Redelegation reflects a delegation's passive re-delegation queue.
UnbondingDelegation reflects a delegation's passive unbonding queue.
Validator defines the total amount of bond shares and their exchange rate to coins.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
Validators - list of Validators.