warpsyncproto

package
v0.9.8 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: Apache-2.0, BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_packages_node_warpsync_warpsyncproto_message_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EpochBlocksBatch

type EpochBlocksBatch struct {
	EI     int64    `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	EC     []byte   `protobuf:"bytes,2,opt,name=EC,proto3" json:"EC,omitempty"`
	Blocks [][]byte `protobuf:"bytes,3,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochBlocksBatch) Descriptor deprecated

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

Deprecated: Use EpochBlocksBatch.ProtoReflect.Descriptor instead.

func (*EpochBlocksBatch) GetBlocks

func (x *EpochBlocksBatch) GetBlocks() [][]byte

func (*EpochBlocksBatch) GetEC

func (x *EpochBlocksBatch) GetEC() []byte

func (*EpochBlocksBatch) GetEI

func (x *EpochBlocksBatch) GetEI() int64

func (*EpochBlocksBatch) ProtoMessage

func (*EpochBlocksBatch) ProtoMessage()

func (*EpochBlocksBatch) ProtoReflect

func (x *EpochBlocksBatch) ProtoReflect() protoreflect.Message

func (*EpochBlocksBatch) Reset

func (x *EpochBlocksBatch) Reset()

func (*EpochBlocksBatch) String

func (x *EpochBlocksBatch) String() string

type EpochBlocksEnd

type EpochBlocksEnd struct {
	EI                int64  `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	EC                []byte `protobuf:"bytes,2,opt,name=EC,proto3" json:"EC,omitempty"`
	StateMutationRoot []byte `protobuf:"bytes,3,opt,name=stateMutationRoot,proto3" json:"stateMutationRoot,omitempty"`
	StateRoot         []byte `protobuf:"bytes,4,opt,name=stateRoot,proto3" json:"stateRoot,omitempty"`
	ManaRoot          []byte `protobuf:"bytes,5,opt,name=manaRoot,proto3" json:"manaRoot,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochBlocksEnd) Descriptor deprecated

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

Deprecated: Use EpochBlocksEnd.ProtoReflect.Descriptor instead.

func (*EpochBlocksEnd) GetEC

func (x *EpochBlocksEnd) GetEC() []byte

func (*EpochBlocksEnd) GetEI

func (x *EpochBlocksEnd) GetEI() int64

func (*EpochBlocksEnd) GetManaRoot

func (x *EpochBlocksEnd) GetManaRoot() []byte

func (*EpochBlocksEnd) GetStateMutationRoot

func (x *EpochBlocksEnd) GetStateMutationRoot() []byte

func (*EpochBlocksEnd) GetStateRoot

func (x *EpochBlocksEnd) GetStateRoot() []byte

func (*EpochBlocksEnd) ProtoMessage

func (*EpochBlocksEnd) ProtoMessage()

func (*EpochBlocksEnd) ProtoReflect

func (x *EpochBlocksEnd) ProtoReflect() protoreflect.Message

func (*EpochBlocksEnd) Reset

func (x *EpochBlocksEnd) Reset()

func (*EpochBlocksEnd) String

func (x *EpochBlocksEnd) String() string

type EpochBlocksRequest

type EpochBlocksRequest struct {
	EI int64  `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	EC []byte `protobuf:"bytes,2,opt,name=EC,proto3" json:"EC,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochBlocksRequest) Descriptor deprecated

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

Deprecated: Use EpochBlocksRequest.ProtoReflect.Descriptor instead.

func (*EpochBlocksRequest) GetEC

func (x *EpochBlocksRequest) GetEC() []byte

func (*EpochBlocksRequest) GetEI

func (x *EpochBlocksRequest) GetEI() int64

func (*EpochBlocksRequest) ProtoMessage

func (*EpochBlocksRequest) ProtoMessage()

func (*EpochBlocksRequest) ProtoReflect

func (x *EpochBlocksRequest) ProtoReflect() protoreflect.Message

func (*EpochBlocksRequest) Reset

func (x *EpochBlocksRequest) Reset()

func (*EpochBlocksRequest) String

func (x *EpochBlocksRequest) String() string

type EpochBlocksStart

type EpochBlocksStart struct {
	EI          int64  `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	EC          []byte `protobuf:"bytes,2,opt,name=EC,proto3" json:"EC,omitempty"`
	BlocksCount int64  `protobuf:"varint,3,opt,name=blocksCount,proto3" json:"blocksCount,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochBlocksStart) Descriptor deprecated

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

Deprecated: Use EpochBlocksStart.ProtoReflect.Descriptor instead.

func (*EpochBlocksStart) GetBlocksCount

func (x *EpochBlocksStart) GetBlocksCount() int64

func (*EpochBlocksStart) GetEC

func (x *EpochBlocksStart) GetEC() []byte

func (*EpochBlocksStart) GetEI

func (x *EpochBlocksStart) GetEI() int64

func (*EpochBlocksStart) ProtoMessage

func (*EpochBlocksStart) ProtoMessage()

func (*EpochBlocksStart) ProtoReflect

func (x *EpochBlocksStart) ProtoReflect() protoreflect.Message

func (*EpochBlocksStart) Reset

func (x *EpochBlocksStart) Reset()

func (*EpochBlocksStart) String

func (x *EpochBlocksStart) String() string

type EpochCommittment

type EpochCommittment struct {
	EI     int64  `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	PrevEC []byte `protobuf:"bytes,2,opt,name=prevEC,proto3" json:"prevEC,omitempty"`
	ECR    []byte `protobuf:"bytes,3,opt,name=ECR,proto3" json:"ECR,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochCommittment) Descriptor deprecated

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

Deprecated: Use EpochCommittment.ProtoReflect.Descriptor instead.

func (*EpochCommittment) GetECR

func (x *EpochCommittment) GetECR() []byte

func (*EpochCommittment) GetEI

func (x *EpochCommittment) GetEI() int64

func (*EpochCommittment) GetPrevEC

func (x *EpochCommittment) GetPrevEC() []byte

func (*EpochCommittment) ProtoMessage

func (*EpochCommittment) ProtoMessage()

func (*EpochCommittment) ProtoReflect

func (x *EpochCommittment) ProtoReflect() protoreflect.Message

func (*EpochCommittment) Reset

func (x *EpochCommittment) Reset()

func (*EpochCommittment) String

func (x *EpochCommittment) String() string

type EpochCommittmentRequest

type EpochCommittmentRequest struct {
	EI int64 `protobuf:"varint,1,opt,name=EI,proto3" json:"EI,omitempty"`
	// contains filtered or unexported fields
}

func (*EpochCommittmentRequest) Descriptor deprecated

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

Deprecated: Use EpochCommittmentRequest.ProtoReflect.Descriptor instead.

func (*EpochCommittmentRequest) GetEI

func (x *EpochCommittmentRequest) GetEI() int64

func (*EpochCommittmentRequest) ProtoMessage

func (*EpochCommittmentRequest) ProtoMessage()

func (*EpochCommittmentRequest) ProtoReflect

func (x *EpochCommittmentRequest) ProtoReflect() protoreflect.Message

func (*EpochCommittmentRequest) Reset

func (x *EpochCommittmentRequest) Reset()

func (*EpochCommittmentRequest) String

func (x *EpochCommittmentRequest) String() string

type Negotiation

type Negotiation struct {
	// contains filtered or unexported fields
}

func (*Negotiation) Descriptor deprecated

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

Deprecated: Use Negotiation.ProtoReflect.Descriptor instead.

func (*Negotiation) ProtoMessage

func (*Negotiation) ProtoMessage()

func (*Negotiation) ProtoReflect

func (x *Negotiation) ProtoReflect() protoreflect.Message

func (*Negotiation) Reset

func (x *Negotiation) Reset()

func (*Negotiation) String

func (x *Negotiation) String() string

type Packet

type Packet struct {

	// Types that are assignable to Body:
	//	*Packet_EpochBlocksStart
	//	*Packet_EpochBlocksBatch
	//	*Packet_EpochBlocksEnd
	//	*Packet_EpochBlocksRequest
	//	*Packet_EpochCommitment
	//	*Packet_EpochCommitmentRequest
	//	*Packet_Negotiation
	Body isPacket_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

func (*Packet) Descriptor deprecated

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

Deprecated: Use Packet.ProtoReflect.Descriptor instead.

func (*Packet) GetBody

func (m *Packet) GetBody() isPacket_Body

func (*Packet) GetEpochBlocksBatch

func (x *Packet) GetEpochBlocksBatch() *EpochBlocksBatch

func (*Packet) GetEpochBlocksEnd

func (x *Packet) GetEpochBlocksEnd() *EpochBlocksEnd

func (*Packet) GetEpochBlocksRequest

func (x *Packet) GetEpochBlocksRequest() *EpochBlocksRequest

func (*Packet) GetEpochBlocksStart

func (x *Packet) GetEpochBlocksStart() *EpochBlocksStart

func (*Packet) GetEpochCommitment

func (x *Packet) GetEpochCommitment() *EpochCommittment

func (*Packet) GetEpochCommitmentRequest

func (x *Packet) GetEpochCommitmentRequest() *EpochCommittmentRequest

func (*Packet) GetNegotiation

func (x *Packet) GetNegotiation() *Negotiation

func (*Packet) ProtoMessage

func (*Packet) ProtoMessage()

func (*Packet) ProtoReflect

func (x *Packet) ProtoReflect() protoreflect.Message

func (*Packet) Reset

func (x *Packet) Reset()

func (*Packet) String

func (x *Packet) String() string

type Packet_EpochBlocksBatch

type Packet_EpochBlocksBatch struct {
	EpochBlocksBatch *EpochBlocksBatch `protobuf:"bytes,2,opt,name=epochBlocksBatch,proto3,oneof"`
}

type Packet_EpochBlocksEnd

type Packet_EpochBlocksEnd struct {
	EpochBlocksEnd *EpochBlocksEnd `protobuf:"bytes,3,opt,name=epochBlocksEnd,proto3,oneof"`
}

type Packet_EpochBlocksRequest

type Packet_EpochBlocksRequest struct {
	EpochBlocksRequest *EpochBlocksRequest `protobuf:"bytes,4,opt,name=epochBlocksRequest,proto3,oneof"`
}

type Packet_EpochBlocksStart

type Packet_EpochBlocksStart struct {
	EpochBlocksStart *EpochBlocksStart `protobuf:"bytes,1,opt,name=epochBlocksStart,proto3,oneof"`
}

type Packet_EpochCommitment

type Packet_EpochCommitment struct {
	EpochCommitment *EpochCommittment `protobuf:"bytes,5,opt,name=epochCommitment,proto3,oneof"`
}

type Packet_EpochCommitmentRequest

type Packet_EpochCommitmentRequest struct {
	EpochCommitmentRequest *EpochCommittmentRequest `protobuf:"bytes,6,opt,name=epochCommitmentRequest,proto3,oneof"`
}

type Packet_Negotiation

type Packet_Negotiation struct {
	Negotiation *Negotiation `protobuf:"bytes,7,opt,name=negotiation,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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