Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The threshold, denominated in percentage of TVL, of when a slash query should // be submitted (1 => 1%) ValidatorSlashQueryThreshold uint64 = 1 // The exchange rate here does not matter since it will be updated after the slash query // Setting it to this value makes it easier to verify that we've submitted the query DefaultExchangeRate = sdk.MustNewDecFromStr("0.999999999999999999") )
Functions ¶
func MigrateStore ¶
func MigrateStore(ctx sdk.Context, storeKey storetypes.StoreKey, cdc codec.BinaryCodec) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.