Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + func MarshalPubKeyAminoTo(cdc *amino.Codec, key crypto.PubKey, buf *bytes.Buffer) error + func MarshalPubKeyToAmino(cdc *amino.Codec, key crypto.PubKey) (data []byte, err error) + func PrivKeyFromBytes(privKeyBytes []byte) (privKey crypto.PrivKey, err error) + func PubKeyAminoSize(pubKey crypto.PubKey, cdc *amino.Codec) int + func PubKeyFromBytes(pubKeyBytes []byte) (pubKey crypto.PubKey, err error) + func PubkeyAminoName(cdc *amino.Codec, key crypto.PubKey) (string, bool) + func RegisterAmino(cdc *amino.Codec) + func RegisterKeyType(o interface{}, name string) + func UnmarshalPubKeyFromAmino(cdc *amino.Codec, data []byte) (crypto.PubKey, error)