Versions in this module Expand all Collapse all v1 v1.0.4 Apr 30, 2023 v1.0.3 Apr 30, 2023 v1.0.2 Apr 30, 2023 Changes in this version + func PrivKeyFromBytes(privKeyBytes []byte) (privKey crypto.PrivKey, err error) + func PubKeyFromBytes(pubKeyBytes []byte) (pubKey crypto.PubKey, err error) + func PubKeyName(cdc *amino.Codec, key crypto.PubKey) (string, bool) + func RegisterAmino(cdc *amino.Codec)