Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
parent
be730091aa
commit
105186a9fb
@ -56,6 +56,9 @@ var (
|
||||
ParamsKey = []byte{0x51} // prefix for parameters for module x/staking
|
||||
|
||||
DelegationByValIndexKey = []byte{0x71} // key for delegations by a validator
|
||||
|
||||
// NOTE: keys in range 0x81–0x87 were previously used in liquid staking forks of the staking module.
|
||||
// Module developers MUST NOT use these keys and MUST consider them "reserved".
|
||||
)
|
||||
|
||||
// UnbondingType defines the type of unbonding operation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user