Versions in this module Expand all Collapse all v1 v1.0.0 Oct 15, 2018 Changes in this version + func PubkeyAminoRoute(cdc *amino.Codec, key crypto.PubKey) (string, bool) v0 v0.0.1 Sep 23, 2018 Changes in this version + func PrivKeyFromBytes(privKeyBytes []byte) (privKey crypto.PrivKey, err error) + func PubKeyFromBytes(pubKeyBytes []byte) (pubKey crypto.PubKey, err error) + func RegisterAmino(cdc *amino.Codec)