Versions in this module Expand all Collapse all v0 v0.47.3 Aug 22, 2024 Changes in this version + 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") + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + type PrivKey struct + Secret *ecdsaSK + func GenPrivKey() (*PrivKey, error) + func (*PrivKey) Descriptor() ([]byte, []int) + func (*PrivKey) ProtoMessage() + func (*PrivKey) XXX_MessageName() string + func (m *PrivKey) Bytes() []byte + func (m *PrivKey) Equals(other cryptotypes.LedgerPrivKey) bool + func (m *PrivKey) Marshal() (dAtA []byte, err error) + func (m *PrivKey) MarshalTo(dAtA []byte) (int, error) + func (m *PrivKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PrivKey) PubKey() cryptotypes.PubKey + func (m *PrivKey) Reset() + func (m *PrivKey) Sign(msg []byte) ([]byte, error) + func (m *PrivKey) Size() (n int) + func (m *PrivKey) String() string + func (m *PrivKey) Type() string + func (m *PrivKey) Unmarshal(dAtA []byte) error + func (m *PrivKey) XXX_DiscardUnknown() + func (m *PrivKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrivKey) XXX_Merge(src proto.Message) + func (m *PrivKey) XXX_Size() int + func (m *PrivKey) XXX_Unmarshal(b []byte) error + type PubKey struct + Key *ecdsaPK + func (*PubKey) Descriptor() ([]byte, []int) + func (*PubKey) ProtoMessage() + func (*PubKey) XXX_MessageName() string + func (m *PubKey) Address() tmcrypto.Address + func (m *PubKey) Bytes() []byte + func (m *PubKey) Equals(other cryptotypes.PubKey) bool + func (m *PubKey) Marshal() (dAtA []byte, err error) + func (m *PubKey) MarshalTo(dAtA []byte) (int, error) + func (m *PubKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PubKey) Reset() + func (m *PubKey) Size() (n int) + func (m *PubKey) String() string + func (m *PubKey) Type() string + func (m *PubKey) Unmarshal(dAtA []byte) error + func (m *PubKey) VerifySignature(msg []byte, sig []byte) bool + func (m *PubKey) XXX_DiscardUnknown() + func (m *PubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PubKey) XXX_Merge(src proto.Message) + func (m *PubKey) XXX_Size() int + func (m *PubKey) XXX_Unmarshal(b []byte) error