Versions in this module Expand all Collapse all v0 v0.45.26 May 2, 2022 v0.45.25 May 2, 2022 Changes in this version + func MarshalPubKey(pkt Bech32PubKeyType, pubkey cryptotypes.PubKey) (string, error) + func MustMarshalPubKey(pkt Bech32PubKeyType, pubkey cryptotypes.PubKey) string + func UnmarshalPubKey(pkt Bech32PubKeyType, pubkeyStr string) (cryptotypes.PubKey, error) + type Bech32PubKeyType string + const AccPK + const ConsPK + const ValPK