Versions in this module Expand all Collapse all v0 v0.9.2 May 24, 2021 Changes in this version + func PrivKeyFromBytes(privKeyBytes []byte) (privKey crypto.PrivKey, err error) + func PubKeyFromBytes(pubKeyBytes []byte) (pubKey crypto.PubKey, err error) + func PubkeyAminoName(cdc *amino.Codec, key crypto.PubKey) (string, bool) + func RegisterAmino(cdc *amino.Codec)