Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyUpgradedIBCState = "upgradedIBCState" // KeyUpgradedClient is the sub-key under which upgraded client state will be stored KeyUpgradedClient = "upgradedClient" // KeyUpgradedConsState is the sub-key under which upgraded consensus state will be stored KeyUpgradedConsState = "upgradedConsState" )
Variables ¶
This section is empty.
Functions ¶
func UpgradedClientKey ¶
func UpgradedConsStateKey ¶
Types ¶
type AccountI ¶
type AccountI interface { Copy() AccountI GetAddress() sdk.AccAddress SetAddress(sdk.AccAddress) error GetPubKey() cryptotypes.PubKey SetPubKey(cryptotypes.PubKey) error GetAccountNumber() uint64 SetAccountNumber(uint64) error GetSequence() uint64 SetSequence(uint64) error GetCoins() sdk.Coins SetCoins(sdk.Coins) error SpendableCoins(blockTime time.Time) sdk.Coins String() string }
Click to show internal directories.
Click to hide internal directories.