pub fn create_validator_key<AddrBytes: AsRef<[u8]>>(
operator_address: AddrBytes,
) -> NeutronResult<Vec<u8>>Expand description
Creates Cosmos-SDK storage key for validator with operator_address https://github.com/cosmos/cosmos-sdk/blob/f2d94445c0f5f52cf5ed999b81048b575de94964/x/staking/types/keys.go#L55