Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + const PubKeyAminoRoute + var AminoCdc = codec.NewLegacyAmino() + var ErrIntOverflowKeys = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthKeys = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupKeys = fmt.Errorf("proto: unexpected end of group") + type LegacyAminoPubKey struct + PubKeys []*types.Any + Threshold uint32 + func NewLegacyAminoPubKey(threshold int, pubKeys []cryptotypes.PubKey) *LegacyAminoPubKey + func (*LegacyAminoPubKey) Descriptor() ([]byte, []int) + func (*LegacyAminoPubKey) ProtoMessage() + func (m *LegacyAminoPubKey) Address() cryptotypes.Address + func (m *LegacyAminoPubKey) Bytes() []byte + func (m *LegacyAminoPubKey) Equals(key cryptotypes.PubKey) bool + func (m *LegacyAminoPubKey) GetPubKeys() []cryptotypes.PubKey + func (m *LegacyAminoPubKey) GetThreshold() uint + func (m *LegacyAminoPubKey) Marshal() (dAtA []byte, err error) + func (m *LegacyAminoPubKey) MarshalTo(dAtA []byte) (int, error) + func (m *LegacyAminoPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LegacyAminoPubKey) Reset() + func (m *LegacyAminoPubKey) Size() (n int) + func (m *LegacyAminoPubKey) String() string + func (m *LegacyAminoPubKey) Type() string + func (m *LegacyAminoPubKey) Unmarshal(dAtA []byte) error + func (m *LegacyAminoPubKey) UnmarshalAminoJSON(tmPk tmMultisig) error + func (m *LegacyAminoPubKey) UnpackInterfaces(unpacker types.AnyUnpacker) error + func (m *LegacyAminoPubKey) VerifyMultisignature(getSignBytes multisigtypes.GetSignBytesFunc, sig *signing.MultiSignatureData) error + func (m *LegacyAminoPubKey) VerifySignature(msg []byte, sig []byte) bool + func (m *LegacyAminoPubKey) XXX_DiscardUnknown() + func (m *LegacyAminoPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LegacyAminoPubKey) XXX_Merge(src proto.Message) + func (m *LegacyAminoPubKey) XXX_Size() int + func (m *LegacyAminoPubKey) XXX_Unmarshal(b []byte) error + func (m LegacyAminoPubKey) MarshalAminoJSON() (tmMultisig, error)