types

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthSharedTypes        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSharedTypes          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSharedTypes = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type MsgGetAggrKeyshare

type MsgGetAggrKeyshare struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
}

MsgGetAggrKeyshare defines a struct for the data payload

func (*MsgGetAggrKeyshare) Descriptor

func (*MsgGetAggrKeyshare) Descriptor() ([]byte, []int)

func (*MsgGetAggrKeyshare) GetIdentity

func (m *MsgGetAggrKeyshare) GetIdentity() string

func (*MsgGetAggrKeyshare) Marshal

func (m *MsgGetAggrKeyshare) Marshal() (dAtA []byte, err error)

func (*MsgGetAggrKeyshare) MarshalTo

func (m *MsgGetAggrKeyshare) MarshalTo(dAtA []byte) (int, error)

func (*MsgGetAggrKeyshare) MarshalToSizedBuffer

func (m *MsgGetAggrKeyshare) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGetAggrKeyshare) ProtoMessage

func (*MsgGetAggrKeyshare) ProtoMessage()

func (*MsgGetAggrKeyshare) Reset

func (m *MsgGetAggrKeyshare) Reset()

func (*MsgGetAggrKeyshare) Size

func (m *MsgGetAggrKeyshare) Size() (n int)

func (*MsgGetAggrKeyshare) String

func (m *MsgGetAggrKeyshare) String() string

func (*MsgGetAggrKeyshare) Unmarshal

func (m *MsgGetAggrKeyshare) Unmarshal(dAtA []byte) error

func (*MsgGetAggrKeyshare) XXX_DiscardUnknown

func (m *MsgGetAggrKeyshare) XXX_DiscardUnknown()

func (*MsgGetAggrKeyshare) XXX_Marshal

func (m *MsgGetAggrKeyshare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGetAggrKeyshare) XXX_Merge

func (m *MsgGetAggrKeyshare) XXX_Merge(src proto.Message)

func (*MsgGetAggrKeyshare) XXX_Size

func (m *MsgGetAggrKeyshare) XXX_Size() int

func (*MsgGetAggrKeyshare) XXX_Unmarshal

func (m *MsgGetAggrKeyshare) XXX_Unmarshal(b []byte) error

type MsgGetAggrKeyshareResponse

type MsgGetAggrKeyshareResponse struct {
}

func (*MsgGetAggrKeyshareResponse) Descriptor

func (*MsgGetAggrKeyshareResponse) Descriptor() ([]byte, []int)

func (*MsgGetAggrKeyshareResponse) Marshal

func (m *MsgGetAggrKeyshareResponse) Marshal() (dAtA []byte, err error)

func (*MsgGetAggrKeyshareResponse) MarshalTo

func (m *MsgGetAggrKeyshareResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgGetAggrKeyshareResponse) MarshalToSizedBuffer

func (m *MsgGetAggrKeyshareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgGetAggrKeyshareResponse) ProtoMessage

func (*MsgGetAggrKeyshareResponse) ProtoMessage()

func (*MsgGetAggrKeyshareResponse) Reset

func (m *MsgGetAggrKeyshareResponse) Reset()

func (*MsgGetAggrKeyshareResponse) Size

func (m *MsgGetAggrKeyshareResponse) Size() (n int)

func (*MsgGetAggrKeyshareResponse) String

func (m *MsgGetAggrKeyshareResponse) String() string

func (*MsgGetAggrKeyshareResponse) Unmarshal

func (m *MsgGetAggrKeyshareResponse) Unmarshal(dAtA []byte) error

func (*MsgGetAggrKeyshareResponse) XXX_DiscardUnknown

func (m *MsgGetAggrKeyshareResponse) XXX_DiscardUnknown()

func (*MsgGetAggrKeyshareResponse) XXX_Marshal

func (m *MsgGetAggrKeyshareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgGetAggrKeyshareResponse) XXX_Merge

func (m *MsgGetAggrKeyshareResponse) XXX_Merge(src proto.Message)

func (*MsgGetAggrKeyshareResponse) XXX_Size

func (m *MsgGetAggrKeyshareResponse) XXX_Size() int

func (*MsgGetAggrKeyshareResponse) XXX_Unmarshal

func (m *MsgGetAggrKeyshareResponse) XXX_Unmarshal(b []byte) error

type MsgRequestAggrKeyshare

type MsgRequestAggrKeyshare struct {
	// Types that are valid to be assigned to Id:
	//
	//	*MsgRequestAggrKeyshare_ProposalId
	//	*MsgRequestAggrKeyshare_RequestId
	Id isMsgRequestAggrKeyshare_Id `protobuf_oneof:"id"`
}

MsgRequestAggrKeyshare defines a struct for the data payload

func (*MsgRequestAggrKeyshare) Descriptor

func (*MsgRequestAggrKeyshare) Descriptor() ([]byte, []int)

func (*MsgRequestAggrKeyshare) GetId

func (m *MsgRequestAggrKeyshare) GetId() isMsgRequestAggrKeyshare_Id

func (*MsgRequestAggrKeyshare) GetProposalId

func (m *MsgRequestAggrKeyshare) GetProposalId() string

func (*MsgRequestAggrKeyshare) GetRequestId

func (m *MsgRequestAggrKeyshare) GetRequestId() string

func (*MsgRequestAggrKeyshare) Marshal

func (m *MsgRequestAggrKeyshare) Marshal() (dAtA []byte, err error)

func (*MsgRequestAggrKeyshare) MarshalTo

func (m *MsgRequestAggrKeyshare) MarshalTo(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare) MarshalToSizedBuffer

func (m *MsgRequestAggrKeyshare) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare) ProtoMessage

func (*MsgRequestAggrKeyshare) ProtoMessage()

func (*MsgRequestAggrKeyshare) Reset

func (m *MsgRequestAggrKeyshare) Reset()

func (*MsgRequestAggrKeyshare) Size

func (m *MsgRequestAggrKeyshare) Size() (n int)

func (*MsgRequestAggrKeyshare) String

func (m *MsgRequestAggrKeyshare) String() string

func (*MsgRequestAggrKeyshare) Unmarshal

func (m *MsgRequestAggrKeyshare) Unmarshal(dAtA []byte) error

func (*MsgRequestAggrKeyshare) XXX_DiscardUnknown

func (m *MsgRequestAggrKeyshare) XXX_DiscardUnknown()

func (*MsgRequestAggrKeyshare) XXX_Marshal

func (m *MsgRequestAggrKeyshare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRequestAggrKeyshare) XXX_Merge

func (m *MsgRequestAggrKeyshare) XXX_Merge(src proto.Message)

func (*MsgRequestAggrKeyshare) XXX_OneofWrappers

func (*MsgRequestAggrKeyshare) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MsgRequestAggrKeyshare) XXX_Size

func (m *MsgRequestAggrKeyshare) XXX_Size() int

func (*MsgRequestAggrKeyshare) XXX_Unmarshal

func (m *MsgRequestAggrKeyshare) XXX_Unmarshal(b []byte) error

type MsgRequestAggrKeyshareResponse

type MsgRequestAggrKeyshareResponse struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Pubkey   string `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
}

func (*MsgRequestAggrKeyshareResponse) Descriptor

func (*MsgRequestAggrKeyshareResponse) Descriptor() ([]byte, []int)

func (*MsgRequestAggrKeyshareResponse) GetIdentity

func (m *MsgRequestAggrKeyshareResponse) GetIdentity() string

func (*MsgRequestAggrKeyshareResponse) GetPubkey

func (m *MsgRequestAggrKeyshareResponse) GetPubkey() string

func (*MsgRequestAggrKeyshareResponse) Marshal

func (m *MsgRequestAggrKeyshareResponse) Marshal() (dAtA []byte, err error)

func (*MsgRequestAggrKeyshareResponse) MarshalTo

func (m *MsgRequestAggrKeyshareResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshareResponse) MarshalToSizedBuffer

func (m *MsgRequestAggrKeyshareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshareResponse) ProtoMessage

func (*MsgRequestAggrKeyshareResponse) ProtoMessage()

func (*MsgRequestAggrKeyshareResponse) Reset

func (m *MsgRequestAggrKeyshareResponse) Reset()

func (*MsgRequestAggrKeyshareResponse) Size

func (m *MsgRequestAggrKeyshareResponse) Size() (n int)

func (*MsgRequestAggrKeyshareResponse) String

func (*MsgRequestAggrKeyshareResponse) Unmarshal

func (m *MsgRequestAggrKeyshareResponse) Unmarshal(dAtA []byte) error

func (*MsgRequestAggrKeyshareResponse) XXX_DiscardUnknown

func (m *MsgRequestAggrKeyshareResponse) XXX_DiscardUnknown()

func (*MsgRequestAggrKeyshareResponse) XXX_Marshal

func (m *MsgRequestAggrKeyshareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgRequestAggrKeyshareResponse) XXX_Merge

func (m *MsgRequestAggrKeyshareResponse) XXX_Merge(src proto.Message)

func (*MsgRequestAggrKeyshareResponse) XXX_Size

func (m *MsgRequestAggrKeyshareResponse) XXX_Size() int

func (*MsgRequestAggrKeyshareResponse) XXX_Unmarshal

func (m *MsgRequestAggrKeyshareResponse) XXX_Unmarshal(b []byte) error

type MsgRequestAggrKeyshare_ProposalId

type MsgRequestAggrKeyshare_ProposalId struct {
	ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3,oneof" json:"proposal_id,omitempty"`
}

func (*MsgRequestAggrKeyshare_ProposalId) MarshalTo

func (m *MsgRequestAggrKeyshare_ProposalId) MarshalTo(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare_ProposalId) MarshalToSizedBuffer

func (m *MsgRequestAggrKeyshare_ProposalId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare_ProposalId) Size

func (m *MsgRequestAggrKeyshare_ProposalId) Size() (n int)

type MsgRequestAggrKeyshare_RequestId

type MsgRequestAggrKeyshare_RequestId struct {
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
}

func (*MsgRequestAggrKeyshare_RequestId) MarshalTo

func (m *MsgRequestAggrKeyshare_RequestId) MarshalTo(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare_RequestId) MarshalToSizedBuffer

func (m *MsgRequestAggrKeyshare_RequestId) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgRequestAggrKeyshare_RequestId) Size

func (m *MsgRequestAggrKeyshare_RequestId) Size() (n int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL