qitmeer_p2p_v1

package
v0.10.6 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: ISC Imports: 8 Imported by: 0

Documentation

Overview

Code generated by fastssz. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthChainstate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowChainstate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupChainstate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthFilter        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowFilter          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupFilter = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGetblockdatas        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGetblockdatas          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGetblockdatas = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGetblocks        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGetblocks          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGetblocks = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGraphstate        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGraphstate          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGraphstate = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthInventory        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowInventory          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupInventory = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMerkleblocks        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMerkleblocks          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMerkleblocks = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMessages        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessages          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessages = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSyncdag        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSyncdag          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSyncdag = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSyncqnr        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSyncqnr          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSyncqnr = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTransaction        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTransaction          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTransaction = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type BlockData

type BlockData struct {
	BlockBytes           []byte   `protobuf:"bytes,100,opt,name=blockBytes,proto3" json:"blockBytes,omitempty" ssz-max:"1048576"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BlockData) Descriptor

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

func (*BlockData) GetBlockBytes

func (m *BlockData) GetBlockBytes() []byte

func (*BlockData) Marshal

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

func (*BlockData) MarshalSSZ

func (b *BlockData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlockData object

func (*BlockData) MarshalSSZTo

func (b *BlockData) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the BlockData object to a target array

func (*BlockData) MarshalTo

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

func (*BlockData) MarshalToSizedBuffer

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

func (*BlockData) ProtoMessage

func (*BlockData) ProtoMessage()

func (*BlockData) Reset

func (m *BlockData) Reset()

func (*BlockData) Size

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

func (*BlockData) SizeSSZ

func (b *BlockData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlockData object

func (*BlockData) String

func (m *BlockData) String() string

func (*BlockData) Unmarshal

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

func (*BlockData) UnmarshalSSZ

func (b *BlockData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlockData object

func (*BlockData) XXX_DiscardUnknown

func (m *BlockData) XXX_DiscardUnknown()

func (*BlockData) XXX_Marshal

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

func (*BlockData) XXX_Merge

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

func (*BlockData) XXX_Size

func (m *BlockData) XXX_Size() int

func (*BlockData) XXX_Unmarshal

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

type BlockDatas

type BlockDatas struct {
	Locator              []*BlockData `protobuf:"bytes,1,rep,name=locator,proto3" json:"locator,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*BlockDatas) Descriptor

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

func (*BlockDatas) GetLocator

func (m *BlockDatas) GetLocator() []*BlockData

func (*BlockDatas) Marshal

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

func (*BlockDatas) MarshalSSZ

func (b *BlockDatas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the BlockDatas object

func (*BlockDatas) MarshalSSZTo

func (b *BlockDatas) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the BlockDatas object to a target array

func (*BlockDatas) MarshalTo

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

func (*BlockDatas) MarshalToSizedBuffer

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

func (*BlockDatas) ProtoMessage

func (*BlockDatas) ProtoMessage()

func (*BlockDatas) Reset

func (m *BlockDatas) Reset()

func (*BlockDatas) Size

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

func (*BlockDatas) SizeSSZ

func (b *BlockDatas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the BlockDatas object

func (*BlockDatas) String

func (m *BlockDatas) String() string

func (*BlockDatas) Unmarshal

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

func (*BlockDatas) UnmarshalSSZ

func (b *BlockDatas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the BlockDatas object

func (*BlockDatas) XXX_DiscardUnknown

func (m *BlockDatas) XXX_DiscardUnknown()

func (*BlockDatas) XXX_Marshal

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

func (*BlockDatas) XXX_Merge

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

func (*BlockDatas) XXX_Size

func (m *BlockDatas) XXX_Size() int

func (*BlockDatas) XXX_Unmarshal

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

type ChainState

type ChainState struct {
	GenesisHash          *Hash       `protobuf:"bytes,1,opt,name=genesisHash,proto3" json:"genesisHash,omitempty"`
	ProtocolVersion      uint32      `protobuf:"varint,2,opt,name=protocolVersion,proto3" json:"protocolVersion,omitempty"`
	Timestamp            uint64      `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Services             uint64      `protobuf:"varint,4,opt,name=services,proto3" json:"services,omitempty"`
	DisableRelayTx       bool        `protobuf:"varint,5,opt,name=disableRelayTx,proto3" json:"disableRelayTx,omitempty"`
	GraphState           *GraphState `protobuf:"bytes,6,opt,name=graphState,proto3" json:"graphState,omitempty"`
	UserAgent            []byte      `protobuf:"bytes,7,opt,name=userAgent,proto3" json:"userAgent,omitempty" ssz-max:"256"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ChainState) Descriptor

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

func (*ChainState) GetDisableRelayTx

func (m *ChainState) GetDisableRelayTx() bool

func (*ChainState) GetGenesisHash

func (m *ChainState) GetGenesisHash() *Hash

func (*ChainState) GetGraphState

func (m *ChainState) GetGraphState() *GraphState

func (*ChainState) GetProtocolVersion

func (m *ChainState) GetProtocolVersion() uint32

func (*ChainState) GetServices

func (m *ChainState) GetServices() uint64

func (*ChainState) GetTimestamp

func (m *ChainState) GetTimestamp() uint64

func (*ChainState) GetUserAgent

func (m *ChainState) GetUserAgent() []byte

func (*ChainState) Marshal

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

func (*ChainState) MarshalSSZ

func (c *ChainState) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ChainState object

func (*ChainState) MarshalSSZTo

func (c *ChainState) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the ChainState object to a target array

func (*ChainState) MarshalTo

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

func (*ChainState) MarshalToSizedBuffer

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

func (*ChainState) ProtoMessage

func (*ChainState) ProtoMessage()

func (*ChainState) Reset

func (m *ChainState) Reset()

func (*ChainState) Size

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

func (*ChainState) SizeSSZ

func (c *ChainState) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ChainState object

func (*ChainState) String

func (m *ChainState) String() string

func (*ChainState) Unmarshal

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

func (*ChainState) UnmarshalSSZ

func (c *ChainState) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ChainState object

func (*ChainState) XXX_DiscardUnknown

func (m *ChainState) XXX_DiscardUnknown()

func (*ChainState) XXX_Marshal

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

func (*ChainState) XXX_Merge

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

func (*ChainState) XXX_Size

func (m *ChainState) XXX_Size() int

func (*ChainState) XXX_Unmarshal

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

type DagBlocks

type DagBlocks struct {
	Blocks               []*Hash  `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DagBlocks) Descriptor

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

func (*DagBlocks) GetBlocks

func (m *DagBlocks) GetBlocks() []*Hash

func (*DagBlocks) Marshal

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

func (*DagBlocks) MarshalSSZ

func (d *DagBlocks) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the DagBlocks object

func (*DagBlocks) MarshalSSZTo

func (d *DagBlocks) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the DagBlocks object to a target array

func (*DagBlocks) MarshalTo

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

func (*DagBlocks) MarshalToSizedBuffer

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

func (*DagBlocks) ProtoMessage

func (*DagBlocks) ProtoMessage()

func (*DagBlocks) Reset

func (m *DagBlocks) Reset()

func (*DagBlocks) Size

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

func (*DagBlocks) SizeSSZ

func (d *DagBlocks) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the DagBlocks object

func (*DagBlocks) String

func (m *DagBlocks) String() string

func (*DagBlocks) Unmarshal

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

func (*DagBlocks) UnmarshalSSZ

func (d *DagBlocks) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the DagBlocks object

func (*DagBlocks) XXX_DiscardUnknown

func (m *DagBlocks) XXX_DiscardUnknown()

func (*DagBlocks) XXX_Marshal

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

func (*DagBlocks) XXX_Merge

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

func (*DagBlocks) XXX_Size

func (m *DagBlocks) XXX_Size() int

func (*DagBlocks) XXX_Unmarshal

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

type ErrorResponse

type ErrorResponse struct {
	Message              []byte   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty" ssz-max:"256"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ErrorResponse) Descriptor

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

func (*ErrorResponse) GetMessage

func (m *ErrorResponse) GetMessage() []byte

func (*ErrorResponse) Marshal

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

func (*ErrorResponse) MarshalSSZ

func (e *ErrorResponse) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the ErrorResponse object

func (*ErrorResponse) MarshalSSZTo

func (e *ErrorResponse) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the ErrorResponse object to a target array

func (*ErrorResponse) MarshalTo

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

func (*ErrorResponse) MarshalToSizedBuffer

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

func (*ErrorResponse) ProtoMessage

func (*ErrorResponse) ProtoMessage()

func (*ErrorResponse) Reset

func (m *ErrorResponse) Reset()

func (*ErrorResponse) Size

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

func (*ErrorResponse) SizeSSZ

func (e *ErrorResponse) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the ErrorResponse object

func (*ErrorResponse) String

func (m *ErrorResponse) String() string

func (*ErrorResponse) Unmarshal

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

func (*ErrorResponse) UnmarshalSSZ

func (e *ErrorResponse) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the ErrorResponse object

func (*ErrorResponse) XXX_DiscardUnknown

func (m *ErrorResponse) XXX_DiscardUnknown()

func (*ErrorResponse) XXX_Marshal

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

func (*ErrorResponse) XXX_Merge

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

func (*ErrorResponse) XXX_Size

func (m *ErrorResponse) XXX_Size() int

func (*ErrorResponse) XXX_Unmarshal

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

type FilterAddRequest

type FilterAddRequest struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty" ssz-max:"256"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FilterAddRequest) Descriptor

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

func (*FilterAddRequest) GetData

func (m *FilterAddRequest) GetData() []byte

func (*FilterAddRequest) Marshal added in v0.10.5

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

func (*FilterAddRequest) MarshalSSZ added in v0.10.5

func (f *FilterAddRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the FilterAddRequest object

func (*FilterAddRequest) MarshalSSZTo added in v0.10.5

func (f *FilterAddRequest) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the FilterAddRequest object to a target array

func (*FilterAddRequest) MarshalTo added in v0.10.5

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

func (*FilterAddRequest) MarshalToSizedBuffer added in v0.10.5

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

func (*FilterAddRequest) ProtoMessage

func (*FilterAddRequest) ProtoMessage()

func (*FilterAddRequest) Reset

func (m *FilterAddRequest) Reset()

func (*FilterAddRequest) Size added in v0.10.5

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

func (*FilterAddRequest) SizeSSZ added in v0.10.5

func (f *FilterAddRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the FilterAddRequest object

func (*FilterAddRequest) String

func (m *FilterAddRequest) String() string

func (*FilterAddRequest) Unmarshal added in v0.10.5

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

func (*FilterAddRequest) UnmarshalSSZ added in v0.10.5

func (f *FilterAddRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the FilterAddRequest object

func (*FilterAddRequest) XXX_DiscardUnknown

func (m *FilterAddRequest) XXX_DiscardUnknown()

func (*FilterAddRequest) XXX_Marshal

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

func (*FilterAddRequest) XXX_Merge

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

func (*FilterAddRequest) XXX_Size

func (m *FilterAddRequest) XXX_Size() int

func (*FilterAddRequest) XXX_Unmarshal

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

type FilterClearRequest

type FilterClearRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FilterClearRequest) Descriptor

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

func (*FilterClearRequest) Marshal added in v0.10.5

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

func (*FilterClearRequest) MarshalSSZ added in v0.10.5

func (f *FilterClearRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the FilterClearRequest object

func (*FilterClearRequest) MarshalSSZTo added in v0.10.5

func (f *FilterClearRequest) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the FilterClearRequest object to a target array

func (*FilterClearRequest) MarshalTo added in v0.10.5

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

func (*FilterClearRequest) MarshalToSizedBuffer added in v0.10.5

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

func (*FilterClearRequest) ProtoMessage

func (*FilterClearRequest) ProtoMessage()

func (*FilterClearRequest) Reset

func (m *FilterClearRequest) Reset()

func (*FilterClearRequest) Size added in v0.10.5

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

func (*FilterClearRequest) SizeSSZ added in v0.10.5

func (f *FilterClearRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the FilterClearRequest object

func (*FilterClearRequest) String

func (m *FilterClearRequest) String() string

func (*FilterClearRequest) Unmarshal added in v0.10.5

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

func (*FilterClearRequest) UnmarshalSSZ added in v0.10.5

func (f *FilterClearRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the FilterClearRequest object

func (*FilterClearRequest) XXX_DiscardUnknown

func (m *FilterClearRequest) XXX_DiscardUnknown()

func (*FilterClearRequest) XXX_Marshal

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

func (*FilterClearRequest) XXX_Merge

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

func (*FilterClearRequest) XXX_Size

func (m *FilterClearRequest) XXX_Size() int

func (*FilterClearRequest) XXX_Unmarshal

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

type FilterLoadRequest

type FilterLoadRequest struct {
	Filter               []byte   `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty" ssz-max:"256"`
	HashFuncs            uint64   `protobuf:"varint,2,opt,name=hashFuncs,proto3" json:"hashFuncs,omitempty"`
	Tweak                uint64   `protobuf:"varint,3,opt,name=tweak,proto3" json:"tweak,omitempty"`
	Flags                uint64   `protobuf:"varint,4,opt,name=flags,proto3" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FilterLoadRequest) Descriptor

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

func (*FilterLoadRequest) GetFilter

func (m *FilterLoadRequest) GetFilter() []byte

func (*FilterLoadRequest) GetFlags

func (m *FilterLoadRequest) GetFlags() uint64

func (*FilterLoadRequest) GetHashFuncs

func (m *FilterLoadRequest) GetHashFuncs() uint64

func (*FilterLoadRequest) GetTweak

func (m *FilterLoadRequest) GetTweak() uint64

func (*FilterLoadRequest) Marshal added in v0.10.5

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

func (*FilterLoadRequest) MarshalSSZ added in v0.10.5

func (f *FilterLoadRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the FilterLoadRequest object

func (*FilterLoadRequest) MarshalSSZTo added in v0.10.5

func (f *FilterLoadRequest) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the FilterLoadRequest object to a target array

func (*FilterLoadRequest) MarshalTo added in v0.10.5

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

func (*FilterLoadRequest) MarshalToSizedBuffer added in v0.10.5

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

func (*FilterLoadRequest) ProtoMessage

func (*FilterLoadRequest) ProtoMessage()

func (*FilterLoadRequest) Reset

func (m *FilterLoadRequest) Reset()

func (*FilterLoadRequest) Size added in v0.10.5

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

func (*FilterLoadRequest) SizeSSZ added in v0.10.5

func (f *FilterLoadRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the FilterLoadRequest object

func (*FilterLoadRequest) String

func (m *FilterLoadRequest) String() string

func (*FilterLoadRequest) Unmarshal added in v0.10.5

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

func (*FilterLoadRequest) UnmarshalSSZ added in v0.10.5

func (f *FilterLoadRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the FilterLoadRequest object

func (*FilterLoadRequest) XXX_DiscardUnknown

func (m *FilterLoadRequest) XXX_DiscardUnknown()

func (*FilterLoadRequest) XXX_Marshal

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

func (*FilterLoadRequest) XXX_Merge

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

func (*FilterLoadRequest) XXX_Size

func (m *FilterLoadRequest) XXX_Size() int

func (*FilterLoadRequest) XXX_Unmarshal

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

type GetBlockDatas

type GetBlockDatas struct {
	Locator              []*Hash  `protobuf:"bytes,1,rep,name=locator,proto3" json:"locator,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockDatas) Descriptor

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

func (*GetBlockDatas) GetLocator

func (m *GetBlockDatas) GetLocator() []*Hash

func (*GetBlockDatas) Marshal

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

func (*GetBlockDatas) MarshalSSZ

func (g *GetBlockDatas) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the GetBlockDatas object

func (*GetBlockDatas) MarshalSSZTo

func (g *GetBlockDatas) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the GetBlockDatas object to a target array

func (*GetBlockDatas) MarshalTo

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

func (*GetBlockDatas) MarshalToSizedBuffer

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

func (*GetBlockDatas) ProtoMessage

func (*GetBlockDatas) ProtoMessage()

func (*GetBlockDatas) Reset

func (m *GetBlockDatas) Reset()

func (*GetBlockDatas) Size

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

func (*GetBlockDatas) SizeSSZ

func (g *GetBlockDatas) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the GetBlockDatas object

func (*GetBlockDatas) String

func (m *GetBlockDatas) String() string

func (*GetBlockDatas) Unmarshal

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

func (*GetBlockDatas) UnmarshalSSZ

func (g *GetBlockDatas) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the GetBlockDatas object

func (*GetBlockDatas) XXX_DiscardUnknown

func (m *GetBlockDatas) XXX_DiscardUnknown()

func (*GetBlockDatas) XXX_Marshal

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

func (*GetBlockDatas) XXX_Merge

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

func (*GetBlockDatas) XXX_Size

func (m *GetBlockDatas) XXX_Size() int

func (*GetBlockDatas) XXX_Unmarshal

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

type GetBlocks

type GetBlocks struct {
	Locator              []*Hash  `protobuf:"bytes,1,rep,name=locator,proto3" json:"locator,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlocks) Descriptor

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

func (*GetBlocks) GetLocator

func (m *GetBlocks) GetLocator() []*Hash

func (*GetBlocks) Marshal

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

func (*GetBlocks) MarshalSSZ

func (g *GetBlocks) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the GetBlocks object

func (*GetBlocks) MarshalSSZTo

func (g *GetBlocks) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the GetBlocks object to a target array

func (*GetBlocks) MarshalTo

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

func (*GetBlocks) MarshalToSizedBuffer

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

func (*GetBlocks) ProtoMessage

func (*GetBlocks) ProtoMessage()

func (*GetBlocks) Reset

func (m *GetBlocks) Reset()

func (*GetBlocks) Size

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

func (*GetBlocks) SizeSSZ

func (g *GetBlocks) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the GetBlocks object

func (*GetBlocks) String

func (m *GetBlocks) String() string

func (*GetBlocks) Unmarshal

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

func (*GetBlocks) UnmarshalSSZ

func (g *GetBlocks) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the GetBlocks object

func (*GetBlocks) XXX_DiscardUnknown

func (m *GetBlocks) XXX_DiscardUnknown()

func (*GetBlocks) XXX_Marshal

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

func (*GetBlocks) XXX_Merge

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

func (*GetBlocks) XXX_Size

func (m *GetBlocks) XXX_Size() int

func (*GetBlocks) XXX_Unmarshal

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

type GraphState

type GraphState struct {
	Total                uint32   `protobuf:"varint,100,opt,name=total,proto3" json:"total,omitempty"`
	Layer                uint32   `protobuf:"varint,101,opt,name=layer,proto3" json:"layer,omitempty"`
	MainHeight           uint32   `protobuf:"varint,102,opt,name=mainHeight,proto3" json:"mainHeight,omitempty"`
	MainOrder            uint32   `protobuf:"varint,103,opt,name=mainOrder,proto3" json:"mainOrder,omitempty"`
	Tips                 []*Hash  `protobuf:"bytes,104,rep,name=tips,proto3" json:"tips,omitempty" ssz-max:"100"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GraphState) Descriptor

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

func (*GraphState) GetLayer

func (m *GraphState) GetLayer() uint32

func (*GraphState) GetMainHeight

func (m *GraphState) GetMainHeight() uint32

func (*GraphState) GetMainOrder

func (m *GraphState) GetMainOrder() uint32

func (*GraphState) GetTips

func (m *GraphState) GetTips() []*Hash

func (*GraphState) GetTotal

func (m *GraphState) GetTotal() uint32

func (*GraphState) Marshal

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

func (*GraphState) MarshalSSZ

func (g *GraphState) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the GraphState object

func (*GraphState) MarshalSSZTo

func (g *GraphState) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the GraphState object to a target array

func (*GraphState) MarshalTo

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

func (*GraphState) MarshalToSizedBuffer

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

func (*GraphState) ProtoMessage

func (*GraphState) ProtoMessage()

func (*GraphState) Reset

func (m *GraphState) Reset()

func (*GraphState) Size

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

func (*GraphState) SizeSSZ

func (g *GraphState) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the GraphState object

func (*GraphState) String

func (m *GraphState) String() string

func (*GraphState) Unmarshal

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

func (*GraphState) UnmarshalSSZ

func (g *GraphState) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the GraphState object

func (*GraphState) XXX_DiscardUnknown

func (m *GraphState) XXX_DiscardUnknown()

func (*GraphState) XXX_Marshal

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

func (*GraphState) XXX_Merge

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

func (*GraphState) XXX_Size

func (m *GraphState) XXX_Size() int

func (*GraphState) XXX_Unmarshal

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

type Hash

type Hash struct {
	Hash                 []byte   `protobuf:"bytes,200,opt,name=hash,proto3" json:"hash,omitempty" ssz-size:"32"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Hash) Descriptor

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

func (*Hash) GetHash

func (m *Hash) GetHash() []byte

func (*Hash) Marshal

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

func (*Hash) MarshalSSZ

func (h *Hash) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Hash object

func (*Hash) MarshalSSZTo

func (h *Hash) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Hash object to a target array

func (*Hash) MarshalTo

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

func (*Hash) MarshalToSizedBuffer

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

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) Reset

func (m *Hash) Reset()

func (*Hash) Size

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

func (*Hash) SizeSSZ

func (h *Hash) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Hash object

func (*Hash) String

func (m *Hash) String() string

func (*Hash) Unmarshal

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

func (*Hash) UnmarshalSSZ

func (h *Hash) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Hash object

func (*Hash) XXX_DiscardUnknown

func (m *Hash) XXX_DiscardUnknown()

func (*Hash) XXX_Marshal

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

func (*Hash) XXX_Merge

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

func (*Hash) XXX_Size

func (m *Hash) XXX_Size() int

func (*Hash) XXX_Unmarshal

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

type InvVect

type InvVect struct {
	Type                 uint32   `protobuf:"varint,100,opt,name=type,proto3" json:"type,omitempty"`
	Hash                 *Hash    `protobuf:"bytes,101,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvVect) Descriptor

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

func (*InvVect) GetHash

func (m *InvVect) GetHash() *Hash

func (*InvVect) GetType

func (m *InvVect) GetType() uint32

func (*InvVect) Marshal

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

func (*InvVect) MarshalSSZ

func (i *InvVect) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the InvVect object

func (*InvVect) MarshalSSZTo

func (i *InvVect) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the InvVect object to a target array

func (*InvVect) MarshalTo

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

func (*InvVect) MarshalToSizedBuffer

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

func (*InvVect) ProtoMessage

func (*InvVect) ProtoMessage()

func (*InvVect) Reset

func (m *InvVect) Reset()

func (*InvVect) Size

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

func (*InvVect) SizeSSZ

func (i *InvVect) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the InvVect object

func (*InvVect) String

func (m *InvVect) String() string

func (*InvVect) Unmarshal

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

func (*InvVect) UnmarshalSSZ

func (i *InvVect) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the InvVect object

func (*InvVect) XXX_DiscardUnknown

func (m *InvVect) XXX_DiscardUnknown()

func (*InvVect) XXX_Marshal

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

func (*InvVect) XXX_Merge

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

func (*InvVect) XXX_Size

func (m *InvVect) XXX_Size() int

func (*InvVect) XXX_Unmarshal

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

type Inventory

type Inventory struct {
	Invs                 []*InvVect `protobuf:"bytes,1,rep,name=invs,proto3" json:"invs,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Inventory) Descriptor

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

func (*Inventory) GetInvs

func (m *Inventory) GetInvs() []*InvVect

func (*Inventory) Marshal

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

func (*Inventory) MarshalSSZ

func (i *Inventory) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Inventory object

func (*Inventory) MarshalSSZTo

func (i *Inventory) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Inventory object to a target array

func (*Inventory) MarshalTo

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

func (*Inventory) MarshalToSizedBuffer

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

func (*Inventory) ProtoMessage

func (*Inventory) ProtoMessage()

func (*Inventory) Reset

func (m *Inventory) Reset()

func (*Inventory) Size

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

func (*Inventory) SizeSSZ

func (i *Inventory) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Inventory object

func (*Inventory) String

func (m *Inventory) String() string

func (*Inventory) Unmarshal

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

func (*Inventory) UnmarshalSSZ

func (i *Inventory) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Inventory object

func (*Inventory) XXX_DiscardUnknown

func (m *Inventory) XXX_DiscardUnknown()

func (*Inventory) XXX_Marshal

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

func (*Inventory) XXX_Merge

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

func (*Inventory) XXX_Size

func (m *Inventory) XXX_Size() int

func (*Inventory) XXX_Unmarshal

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

type MemPoolRequest

type MemPoolRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MemPoolRequest) Descriptor

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

func (*MemPoolRequest) Marshal added in v0.10.5

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

func (*MemPoolRequest) MarshalSSZ added in v0.10.5

func (m *MemPoolRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MemPoolRequest object

func (*MemPoolRequest) MarshalSSZTo added in v0.10.5

func (m *MemPoolRequest) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the MemPoolRequest object to a target array

func (*MemPoolRequest) MarshalTo added in v0.10.5

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

func (*MemPoolRequest) MarshalToSizedBuffer added in v0.10.5

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

func (*MemPoolRequest) ProtoMessage

func (*MemPoolRequest) ProtoMessage()

func (*MemPoolRequest) Reset

func (m *MemPoolRequest) Reset()

func (*MemPoolRequest) Size added in v0.10.5

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

func (*MemPoolRequest) SizeSSZ added in v0.10.5

func (m *MemPoolRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MemPoolRequest object

func (*MemPoolRequest) String

func (m *MemPoolRequest) String() string

func (*MemPoolRequest) Unmarshal added in v0.10.5

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

func (*MemPoolRequest) UnmarshalSSZ added in v0.10.5

func (m *MemPoolRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MemPoolRequest object

func (*MemPoolRequest) XXX_DiscardUnknown

func (m *MemPoolRequest) XXX_DiscardUnknown()

func (*MemPoolRequest) XXX_Marshal

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

func (*MemPoolRequest) XXX_Merge

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

func (*MemPoolRequest) XXX_Size

func (m *MemPoolRequest) XXX_Size() int

func (*MemPoolRequest) XXX_Unmarshal

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

type MerkleBlock

type MerkleBlock struct {
	Header               []byte   `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty" ssz-max:"256"`
	Transactions         uint64   `protobuf:"varint,2,opt,name=transactions,proto3" json:"transactions,omitempty"`
	Hashes               []*Hash  `protobuf:"bytes,3,rep,name=hashes,proto3" json:"hashes,omitempty" ssz-max:"104858"`
	Flags                []byte   `protobuf:"bytes,4,opt,name=flags,proto3" json:"flags,omitempty" ssz-max:"256"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MerkleBlock) Descriptor

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

func (*MerkleBlock) GetFlags

func (m *MerkleBlock) GetFlags() []byte

func (*MerkleBlock) GetHashes

func (m *MerkleBlock) GetHashes() []*Hash

func (*MerkleBlock) GetHeader

func (m *MerkleBlock) GetHeader() []byte

func (*MerkleBlock) GetTransactions

func (m *MerkleBlock) GetTransactions() uint64

func (*MerkleBlock) Marshal added in v0.10.5

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

func (*MerkleBlock) MarshalSSZ added in v0.10.5

func (m *MerkleBlock) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MerkleBlock object

func (*MerkleBlock) MarshalSSZTo added in v0.10.5

func (m *MerkleBlock) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the MerkleBlock object to a target array

func (*MerkleBlock) MarshalTo added in v0.10.5

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

func (*MerkleBlock) MarshalToSizedBuffer added in v0.10.5

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

func (*MerkleBlock) ProtoMessage

func (*MerkleBlock) ProtoMessage()

func (*MerkleBlock) Reset

func (m *MerkleBlock) Reset()

func (*MerkleBlock) Size added in v0.10.5

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

func (*MerkleBlock) SizeSSZ added in v0.10.5

func (m *MerkleBlock) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MerkleBlock object

func (*MerkleBlock) String

func (m *MerkleBlock) String() string

func (*MerkleBlock) Unmarshal added in v0.10.5

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

func (*MerkleBlock) UnmarshalSSZ added in v0.10.5

func (m *MerkleBlock) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MerkleBlock object

func (*MerkleBlock) XXX_DiscardUnknown

func (m *MerkleBlock) XXX_DiscardUnknown()

func (*MerkleBlock) XXX_Marshal

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

func (*MerkleBlock) XXX_Merge

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

func (*MerkleBlock) XXX_Size

func (m *MerkleBlock) XXX_Size() int

func (*MerkleBlock) XXX_Unmarshal

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

type MerkleBlockRequest

type MerkleBlockRequest struct {
	Hashes               []*Hash  `protobuf:"bytes,1,rep,name=hashes,proto3" json:"hashes,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MerkleBlockRequest) Descriptor

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

func (*MerkleBlockRequest) GetHashes

func (m *MerkleBlockRequest) GetHashes() []*Hash

func (*MerkleBlockRequest) Marshal added in v0.10.5

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

func (*MerkleBlockRequest) MarshalSSZ added in v0.10.5

func (m *MerkleBlockRequest) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MerkleBlockRequest object

func (*MerkleBlockRequest) MarshalSSZTo added in v0.10.5

func (m *MerkleBlockRequest) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the MerkleBlockRequest object to a target array

func (*MerkleBlockRequest) MarshalTo added in v0.10.5

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

func (*MerkleBlockRequest) MarshalToSizedBuffer added in v0.10.5

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

func (*MerkleBlockRequest) ProtoMessage

func (*MerkleBlockRequest) ProtoMessage()

func (*MerkleBlockRequest) Reset

func (m *MerkleBlockRequest) Reset()

func (*MerkleBlockRequest) Size added in v0.10.5

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

func (*MerkleBlockRequest) SizeSSZ added in v0.10.5

func (m *MerkleBlockRequest) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MerkleBlockRequest object

func (*MerkleBlockRequest) String

func (m *MerkleBlockRequest) String() string

func (*MerkleBlockRequest) Unmarshal added in v0.10.5

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

func (*MerkleBlockRequest) UnmarshalSSZ added in v0.10.5

func (m *MerkleBlockRequest) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MerkleBlockRequest object

func (*MerkleBlockRequest) XXX_DiscardUnknown

func (m *MerkleBlockRequest) XXX_DiscardUnknown()

func (*MerkleBlockRequest) XXX_Marshal

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

func (*MerkleBlockRequest) XXX_Merge

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

func (*MerkleBlockRequest) XXX_Size

func (m *MerkleBlockRequest) XXX_Size() int

func (*MerkleBlockRequest) XXX_Unmarshal

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

type MerkleBlockResponse

type MerkleBlockResponse struct {
	Data                 []*MerkleBlock `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*MerkleBlockResponse) Descriptor

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

func (*MerkleBlockResponse) GetData

func (m *MerkleBlockResponse) GetData() []*MerkleBlock

func (*MerkleBlockResponse) Marshal added in v0.10.5

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

func (*MerkleBlockResponse) MarshalSSZ added in v0.10.5

func (m *MerkleBlockResponse) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MerkleBlockResponse object

func (*MerkleBlockResponse) MarshalSSZTo added in v0.10.5

func (m *MerkleBlockResponse) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the MerkleBlockResponse object to a target array

func (*MerkleBlockResponse) MarshalTo added in v0.10.5

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

func (*MerkleBlockResponse) MarshalToSizedBuffer added in v0.10.5

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

func (*MerkleBlockResponse) ProtoMessage

func (*MerkleBlockResponse) ProtoMessage()

func (*MerkleBlockResponse) Reset

func (m *MerkleBlockResponse) Reset()

func (*MerkleBlockResponse) Size added in v0.10.5

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

func (*MerkleBlockResponse) SizeSSZ added in v0.10.5

func (m *MerkleBlockResponse) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MerkleBlockResponse object

func (*MerkleBlockResponse) String

func (m *MerkleBlockResponse) String() string

func (*MerkleBlockResponse) Unmarshal added in v0.10.5

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

func (*MerkleBlockResponse) UnmarshalSSZ added in v0.10.5

func (m *MerkleBlockResponse) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MerkleBlockResponse object

func (*MerkleBlockResponse) XXX_DiscardUnknown

func (m *MerkleBlockResponse) XXX_DiscardUnknown()

func (*MerkleBlockResponse) XXX_Marshal

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

func (*MerkleBlockResponse) XXX_Merge

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

func (*MerkleBlockResponse) XXX_Size

func (m *MerkleBlockResponse) XXX_Size() int

func (*MerkleBlockResponse) XXX_Unmarshal

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

type MetaData

type MetaData struct {
	SeqNumber            uint64                                           `protobuf:"varint,1,opt,name=seq_number,json=seqNumber,proto3" json:"seq_number,omitempty"`
	Subnets              github_com_prysmaticlabs_go_bitfield.Bitvector64 `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*MetaData) Descriptor

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

func (*MetaData) GetSeqNumber

func (m *MetaData) GetSeqNumber() uint64

func (*MetaData) GetSubnets

func (*MetaData) Marshal

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

func (*MetaData) MarshalSSZ

func (m *MetaData) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the MetaData object

func (*MetaData) MarshalSSZTo

func (m *MetaData) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the MetaData object to a target array

func (*MetaData) MarshalTo

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

func (*MetaData) MarshalToSizedBuffer

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

func (*MetaData) ProtoMessage

func (*MetaData) ProtoMessage()

func (*MetaData) Reset

func (m *MetaData) Reset()

func (*MetaData) Size

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

func (*MetaData) SizeSSZ

func (m *MetaData) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the MetaData object

func (*MetaData) String

func (m *MetaData) String() string

func (*MetaData) Unmarshal

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

func (*MetaData) UnmarshalSSZ

func (m *MetaData) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the MetaData object

func (*MetaData) XXX_DiscardUnknown

func (m *MetaData) XXX_DiscardUnknown()

func (*MetaData) XXX_Marshal

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

func (*MetaData) XXX_Merge

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

func (*MetaData) XXX_Size

func (m *MetaData) XXX_Size() int

func (*MetaData) XXX_Unmarshal

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

type SubDAG

type SubDAG struct {
	SyncPoint            *Hash       `protobuf:"bytes,1,opt,name=syncPoint,proto3" json:"syncPoint,omitempty"`
	GraphState           *GraphState `protobuf:"bytes,2,opt,name=graphState,proto3" json:"graphState,omitempty"`
	Blocks               []*Hash     `protobuf:"bytes,3,rep,name=blocks,proto3" json:"blocks,omitempty" ssz-max:"2000"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SubDAG) Descriptor

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

func (*SubDAG) GetBlocks

func (m *SubDAG) GetBlocks() []*Hash

func (*SubDAG) GetGraphState

func (m *SubDAG) GetGraphState() *GraphState

func (*SubDAG) GetSyncPoint

func (m *SubDAG) GetSyncPoint() *Hash

func (*SubDAG) Marshal

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

func (*SubDAG) MarshalSSZ

func (s *SubDAG) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SubDAG object

func (*SubDAG) MarshalSSZTo

func (s *SubDAG) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SubDAG object to a target array

func (*SubDAG) MarshalTo

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

func (*SubDAG) MarshalToSizedBuffer

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

func (*SubDAG) ProtoMessage

func (*SubDAG) ProtoMessage()

func (*SubDAG) Reset

func (m *SubDAG) Reset()

func (*SubDAG) Size

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

func (*SubDAG) SizeSSZ

func (s *SubDAG) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SubDAG object

func (*SubDAG) String

func (m *SubDAG) String() string

func (*SubDAG) Unmarshal

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

func (*SubDAG) UnmarshalSSZ

func (s *SubDAG) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SubDAG object

func (*SubDAG) XXX_DiscardUnknown

func (m *SubDAG) XXX_DiscardUnknown()

func (*SubDAG) XXX_Marshal

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

func (*SubDAG) XXX_Merge

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

func (*SubDAG) XXX_Size

func (m *SubDAG) XXX_Size() int

func (*SubDAG) XXX_Unmarshal

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

type SyncDAG

type SyncDAG struct {
	MainLocator          []*Hash     `protobuf:"bytes,1,rep,name=mainLocator,proto3" json:"mainLocator,omitempty" ssz-max:"32"`
	GraphState           *GraphState `protobuf:"bytes,2,opt,name=graphState,proto3" json:"graphState,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*SyncDAG) Descriptor

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

func (*SyncDAG) GetGraphState

func (m *SyncDAG) GetGraphState() *GraphState

func (*SyncDAG) GetMainLocator

func (m *SyncDAG) GetMainLocator() []*Hash

func (*SyncDAG) Marshal

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

func (*SyncDAG) MarshalSSZ

func (s *SyncDAG) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncDAG object

func (*SyncDAG) MarshalSSZTo

func (s *SyncDAG) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SyncDAG object to a target array

func (*SyncDAG) MarshalTo

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

func (*SyncDAG) MarshalToSizedBuffer

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

func (*SyncDAG) ProtoMessage

func (*SyncDAG) ProtoMessage()

func (*SyncDAG) Reset

func (m *SyncDAG) Reset()

func (*SyncDAG) Size

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

func (*SyncDAG) SizeSSZ

func (s *SyncDAG) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncDAG object

func (*SyncDAG) String

func (m *SyncDAG) String() string

func (*SyncDAG) Unmarshal

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

func (*SyncDAG) UnmarshalSSZ

func (s *SyncDAG) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncDAG object

func (*SyncDAG) XXX_DiscardUnknown

func (m *SyncDAG) XXX_DiscardUnknown()

func (*SyncDAG) XXX_Marshal

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

func (*SyncDAG) XXX_Merge

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

func (*SyncDAG) XXX_Size

func (m *SyncDAG) XXX_Size() int

func (*SyncDAG) XXX_Unmarshal

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

type SyncQNR

type SyncQNR struct {
	Qnr                  []byte   `protobuf:"bytes,1,opt,name=qnr,proto3" json:"qnr,omitempty" ssz-max:"300"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncQNR) Descriptor

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

func (*SyncQNR) GetQnr

func (m *SyncQNR) GetQnr() []byte

func (*SyncQNR) Marshal

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

func (*SyncQNR) MarshalSSZ

func (s *SyncQNR) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the SyncQNR object

func (*SyncQNR) MarshalSSZTo

func (s *SyncQNR) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the SyncQNR object to a target array

func (*SyncQNR) MarshalTo

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

func (*SyncQNR) MarshalToSizedBuffer

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

func (*SyncQNR) ProtoMessage

func (*SyncQNR) ProtoMessage()

func (*SyncQNR) Reset

func (m *SyncQNR) Reset()

func (*SyncQNR) Size

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

func (*SyncQNR) SizeSSZ

func (s *SyncQNR) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the SyncQNR object

func (*SyncQNR) String

func (m *SyncQNR) String() string

func (*SyncQNR) Unmarshal

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

func (*SyncQNR) UnmarshalSSZ

func (s *SyncQNR) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the SyncQNR object

func (*SyncQNR) XXX_DiscardUnknown

func (m *SyncQNR) XXX_DiscardUnknown()

func (*SyncQNR) XXX_Marshal

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

func (*SyncQNR) XXX_Merge

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

func (*SyncQNR) XXX_Size

func (m *SyncQNR) XXX_Size() int

func (*SyncQNR) XXX_Unmarshal

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

type Transaction

type Transaction struct {
	TxBytes              []byte   `protobuf:"bytes,1,opt,name=txBytes,proto3" json:"txBytes,omitempty" ssz-max:"1048576"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Transaction) Descriptor

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

func (*Transaction) GetTxBytes

func (m *Transaction) GetTxBytes() []byte

func (*Transaction) Marshal

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

func (*Transaction) MarshalSSZ

func (t *Transaction) MarshalSSZ() ([]byte, error)

MarshalSSZ ssz marshals the Transaction object

func (*Transaction) MarshalSSZTo

func (t *Transaction) MarshalSSZTo(dst []byte) ([]byte, error)

MarshalSSZTo ssz marshals the Transaction object to a target array

func (*Transaction) MarshalTo

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

func (*Transaction) MarshalToSizedBuffer

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

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) Reset

func (m *Transaction) Reset()

func (*Transaction) Size

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

func (*Transaction) SizeSSZ

func (t *Transaction) SizeSSZ() (size int)

SizeSSZ returns the ssz encoded size in bytes for the Transaction object

func (*Transaction) String

func (m *Transaction) String() string

func (*Transaction) Unmarshal

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

func (*Transaction) UnmarshalSSZ

func (t *Transaction) UnmarshalSSZ(buf []byte) error

UnmarshalSSZ ssz unmarshals the Transaction object

func (*Transaction) XXX_DiscardUnknown

func (m *Transaction) XXX_DiscardUnknown()

func (*Transaction) XXX_Marshal

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

func (*Transaction) XXX_Merge

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

func (*Transaction) XXX_Size

func (m *Transaction) XXX_Size() int

func (*Transaction) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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