Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 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