pb

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLength        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflow          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	Message_Type_name = map[int32]string{
		0:  "GET_BLOCK",
		1:  "GET_BLOCK_ACK",
		2:  "CONSENSUS",
		3:  "FETCH_CERT",
		4:  "FETCH_CERT_ACK",
		5:  "FETCH_BLOCK_SIGN",
		6:  "FETCH_BLOCK_SIGN_ACK",
		11: "GET_ADDRESS",
		12: "GET_ADDRESS_ACK",
		13: "GET_BLOCK_HEADERS",
		14: "GET_BLOCK_HEADERS_ACK",
		15: "GET_BLOCKS",
		16: "GET_BLOCKS_ACK",
		17: "CHECK_MASTER_PIER",
		18: "CHECK_MASTER_PIER_ACK",
		21: "FETCH_BURN_SIGN",
		22: "FETCH_BURN_SIGN_ACK",
		23: "FETCH_P2P_PUBKEY",
		24: "FETCH_P2P_PUBKEY_ACK",
		25: "FETCH_TSS_PUBKEY",
		26: "FETCH_TSS_PUBKEY_ACK",
		27: "FETCH_TSS_INFO",
		28: "FETCH_TSS_INFO_ACK",
		29: "FERCH_TSS_NODES",
		51: "ADDRESS_GET",
		52: "PUBKEY_GET",
		53: "PUBKEY_GET_ACK",
		61: "ACK",
		73: "TSS_TASK",
		74: "TSS_CULPRITS",
		75: "TSS_KEYGEN_REQ",
		91: "PUSH_TXS",
	}
	Message_Type_value = map[string]int32{
		"GET_BLOCK":             0,
		"GET_BLOCK_ACK":         1,
		"CONSENSUS":             2,
		"FETCH_CERT":            3,
		"FETCH_CERT_ACK":        4,
		"FETCH_BLOCK_SIGN":      5,
		"FETCH_BLOCK_SIGN_ACK":  6,
		"GET_ADDRESS":           11,
		"GET_ADDRESS_ACK":       12,
		"GET_BLOCK_HEADERS":     13,
		"GET_BLOCK_HEADERS_ACK": 14,
		"GET_BLOCKS":            15,
		"GET_BLOCKS_ACK":        16,
		"CHECK_MASTER_PIER":     17,
		"CHECK_MASTER_PIER_ACK": 18,
		"FETCH_BURN_SIGN":       21,
		"FETCH_BURN_SIGN_ACK":   22,
		"FETCH_P2P_PUBKEY":      23,
		"FETCH_P2P_PUBKEY_ACK":  24,
		"FETCH_TSS_PUBKEY":      25,
		"FETCH_TSS_PUBKEY_ACK":  26,
		"FETCH_TSS_INFO":        27,
		"FETCH_TSS_INFO_ACK":    28,
		"FERCH_TSS_NODES":       29,
		"ADDRESS_GET":           51,
		"PUBKEY_GET":            52,
		"PUBKEY_GET_ACK":        53,
		"ACK":                   61,
		"TSS_TASK":              73,
		"TSS_CULPRITS":          74,
		"TSS_KEYGEN_REQ":        75,
		"PUSH_TXS":              91,
	}
)

Enum value maps for Message_Type.

View Source
var (
	Receipt_Status_name = map[int32]string{
		0: "SUCCESS",
		1: "FAILED",
	}
	Receipt_Status_value = map[string]int32{
		"SUCCESS": 0,
		"FAILED":  1,
	}
)

Enum value maps for Receipt_Status.

View Source
var (
	Event_EventType_name = map[int32]string{
		0: "OTHER",
	}
	Event_EventType_value = map[string]int32{
		"OTHER": 0,
	}
)

Enum value maps for Event_EventType.

View Source
var File_basic_proto protoreflect.FileDescriptor
View Source
var File_block_proto protoreflect.FileDescriptor
View Source
var File_chain_proto protoreflect.FileDescriptor
View Source
var File_network_proto protoreflect.FileDescriptor
View Source
var File_receipt_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Block

type Block struct {
	BlockHeader  *BlockHeader `protobuf:"bytes,1,opt,name=block_header,json=blockHeader,proto3" json:"block_header,omitempty"`
	Transactions [][]byte     `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	BlockHash    []byte       `protobuf:"bytes,3,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	Signature    []byte       `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	Extra        []byte       `protobuf:"bytes,5,opt,name=extra,proto3" json:"extra,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetBlockHash

func (x *Block) GetBlockHash() []byte

func (*Block) GetBlockHeader

func (x *Block) GetBlockHeader() *BlockHeader

func (*Block) GetExtra

func (x *Block) GetExtra() []byte

func (*Block) GetSignature

func (x *Block) GetSignature() []byte

func (*Block) GetTransactions

func (x *Block) GetTransactions() [][]byte

func (*Block) MarshalToSizedBufferVT

func (m *Block) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Block) MarshalToSizedBufferVTStrict

func (m *Block) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Block) MarshalToVT

func (m *Block) MarshalToVT(dAtA []byte) (int, error)

func (*Block) MarshalToVTStrict

func (m *Block) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Block) MarshalVT

func (m *Block) MarshalVT() (dAtA []byte, err error)

func (*Block) MarshalVTStrict

func (m *Block) MarshalVTStrict() (dAtA []byte, err error)

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) SizeVT

func (m *Block) SizeVT() (n int)

func (*Block) String

func (x *Block) String() string

func (*Block) UnmarshalVT

func (m *Block) UnmarshalVT(dAtA []byte) error

type BlockHeader

type BlockHeader struct {
	Number      uint64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	StateRoot   []byte `protobuf:"bytes,2,opt,name=state_root,json=stateRoot,proto3" json:"state_root,omitempty"`
	TxRoot      []byte `protobuf:"bytes,3,opt,name=tx_root,json=txRoot,proto3" json:"tx_root,omitempty"`
	ReceiptRoot []byte `protobuf:"bytes,4,opt,name=receipt_root,json=receiptRoot,proto3" json:"receipt_root,omitempty"`
	ParentHash  []byte `protobuf:"bytes,5,opt,name=parent_hash,json=parentHash,proto3" json:"parent_hash,omitempty"`
	Timestamp   int64  `protobuf:"varint,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Version     []byte `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"`
	Bloom       []byte `protobuf:"bytes,9,opt,name=bloom,proto3" json:"bloom,omitempty"`
	GasPrice    int64  `protobuf:"varint,10,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockHeader) Descriptor deprecated

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

Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.

func (*BlockHeader) GetBloom

func (x *BlockHeader) GetBloom() []byte

func (*BlockHeader) GetGasPrice

func (x *BlockHeader) GetGasPrice() int64

func (*BlockHeader) GetNumber

func (x *BlockHeader) GetNumber() uint64

func (*BlockHeader) GetParentHash

func (x *BlockHeader) GetParentHash() []byte

func (*BlockHeader) GetReceiptRoot

func (x *BlockHeader) GetReceiptRoot() []byte

func (*BlockHeader) GetStateRoot

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

func (*BlockHeader) GetTimestamp

func (x *BlockHeader) GetTimestamp() int64

func (*BlockHeader) GetTxRoot

func (x *BlockHeader) GetTxRoot() []byte

func (*BlockHeader) GetVersion

func (x *BlockHeader) GetVersion() []byte

func (*BlockHeader) MarshalToSizedBufferVT

func (m *BlockHeader) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BlockHeader) MarshalToSizedBufferVTStrict

func (m *BlockHeader) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockHeader) MarshalToVT

func (m *BlockHeader) MarshalToVT(dAtA []byte) (int, error)

func (*BlockHeader) MarshalToVTStrict

func (m *BlockHeader) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockHeader) MarshalVT

func (m *BlockHeader) MarshalVT() (dAtA []byte, err error)

func (*BlockHeader) MarshalVTStrict

func (m *BlockHeader) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockHeader) ProtoMessage

func (*BlockHeader) ProtoMessage()

func (*BlockHeader) ProtoReflect

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

func (*BlockHeader) Reset

func (x *BlockHeader) Reset()

func (*BlockHeader) SizeVT

func (m *BlockHeader) SizeVT() (n int)

func (*BlockHeader) String

func (x *BlockHeader) String() string

func (*BlockHeader) UnmarshalVT

func (m *BlockHeader) UnmarshalVT(dAtA []byte) error

type BytesSlice

type BytesSlice struct {
	Slice [][]byte `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesSlice) Descriptor deprecated

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

Deprecated: Use BytesSlice.ProtoReflect.Descriptor instead.

func (*BytesSlice) GetSlice

func (x *BytesSlice) GetSlice() [][]byte

func (*BytesSlice) MarshalToSizedBufferVT

func (m *BytesSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BytesSlice) MarshalToSizedBufferVTStrict

func (m *BytesSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BytesSlice) MarshalToVT

func (m *BytesSlice) MarshalToVT(dAtA []byte) (int, error)

func (*BytesSlice) MarshalToVTStrict

func (m *BytesSlice) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BytesSlice) MarshalVT

func (m *BytesSlice) MarshalVT() (dAtA []byte, err error)

func (*BytesSlice) MarshalVTStrict

func (m *BytesSlice) MarshalVTStrict() (dAtA []byte, err error)

func (*BytesSlice) ProtoMessage

func (*BytesSlice) ProtoMessage()

func (*BytesSlice) ProtoReflect

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

func (*BytesSlice) Reset

func (x *BytesSlice) Reset()

func (*BytesSlice) SizeVT

func (m *BytesSlice) SizeVT() (n int)

func (*BytesSlice) String

func (x *BytesSlice) String() string

func (*BytesSlice) UnmarshalVT

func (m *BytesSlice) UnmarshalVT(dAtA []byte) error

type ChainMeta

type ChainMeta struct {
	Height    uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	BlockHash []byte `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*ChainMeta) Descriptor deprecated

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

Deprecated: Use ChainMeta.ProtoReflect.Descriptor instead.

func (*ChainMeta) GetBlockHash

func (x *ChainMeta) GetBlockHash() []byte

func (*ChainMeta) GetHeight

func (x *ChainMeta) GetHeight() uint64

func (*ChainMeta) MarshalToSizedBufferVT

func (m *ChainMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChainMeta) MarshalToSizedBufferVTStrict

func (m *ChainMeta) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ChainMeta) MarshalToVT

func (m *ChainMeta) MarshalToVT(dAtA []byte) (int, error)

func (*ChainMeta) MarshalToVTStrict

func (m *ChainMeta) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ChainMeta) MarshalVT

func (m *ChainMeta) MarshalVT() (dAtA []byte, err error)

func (*ChainMeta) MarshalVTStrict

func (m *ChainMeta) MarshalVTStrict() (dAtA []byte, err error)

func (*ChainMeta) ProtoMessage

func (*ChainMeta) ProtoMessage()

func (*ChainMeta) ProtoReflect

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

func (*ChainMeta) Reset

func (x *ChainMeta) Reset()

func (*ChainMeta) SizeVT

func (m *ChainMeta) SizeVT() (n int)

func (*ChainMeta) String

func (x *ChainMeta) String() string

func (*ChainMeta) UnmarshalVT

func (m *ChainMeta) UnmarshalVT(dAtA []byte) error

type Event

type Event struct {
	TxHash    []byte          `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Data      []byte          `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	EventType Event_EventType `protobuf:"varint,3,opt,name=event_type,json=eventType,proto3,enum=pb.Event_EventType" json:"event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetData

func (x *Event) GetData() []byte

func (*Event) GetEventType

func (x *Event) GetEventType() Event_EventType

func (*Event) GetTxHash

func (x *Event) GetTxHash() []byte

func (*Event) MarshalToSizedBufferVT

func (m *Event) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Event) MarshalToSizedBufferVTStrict

func (m *Event) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Event) MarshalToVT

func (m *Event) MarshalToVT(dAtA []byte) (int, error)

func (*Event) MarshalToVTStrict

func (m *Event) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Event) MarshalVT

func (m *Event) MarshalVT() (dAtA []byte, err error)

func (*Event) MarshalVTStrict

func (m *Event) MarshalVTStrict() (dAtA []byte, err error)

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) SizeVT

func (m *Event) SizeVT() (n int)

func (*Event) String

func (x *Event) String() string

func (*Event) UnmarshalVT

func (m *Event) UnmarshalVT(dAtA []byte) error

type Event_EventType

type Event_EventType int32
const (
	Event_OTHER Event_EventType = 0
)

func (Event_EventType) Descriptor

func (Event_EventType) Enum

func (x Event_EventType) Enum() *Event_EventType

func (Event_EventType) EnumDescriptor deprecated

func (Event_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Event_EventType.Descriptor instead.

func (Event_EventType) Number

func (Event_EventType) String

func (x Event_EventType) String() string

func (Event_EventType) Type

type EvmLog

type EvmLog struct {
	Address          []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Topics           [][]byte `protobuf:"bytes,2,rep,name=topics,proto3" json:"topics,omitempty"`
	Data             []byte   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	BlockNumber      uint64   `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	TransactionHash  []byte   `protobuf:"bytes,5,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	TransactionIndex uint64   `protobuf:"varint,6,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	BlockHash        []byte   `protobuf:"bytes,7,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	LogIndex         uint64   `protobuf:"varint,8,opt,name=log_index,json=logIndex,proto3" json:"log_index,omitempty"`
	Removed          bool     `protobuf:"varint,9,opt,name=removed,proto3" json:"removed,omitempty"`
	// contains filtered or unexported fields
}

func (*EvmLog) Descriptor deprecated

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

Deprecated: Use EvmLog.ProtoReflect.Descriptor instead.

func (*EvmLog) GetAddress

func (x *EvmLog) GetAddress() []byte

func (*EvmLog) GetBlockHash

func (x *EvmLog) GetBlockHash() []byte

func (*EvmLog) GetBlockNumber

func (x *EvmLog) GetBlockNumber() uint64

func (*EvmLog) GetData

func (x *EvmLog) GetData() []byte

func (*EvmLog) GetLogIndex

func (x *EvmLog) GetLogIndex() uint64

func (*EvmLog) GetRemoved

func (x *EvmLog) GetRemoved() bool

func (*EvmLog) GetTopics

func (x *EvmLog) GetTopics() [][]byte

func (*EvmLog) GetTransactionHash

func (x *EvmLog) GetTransactionHash() []byte

func (*EvmLog) GetTransactionIndex

func (x *EvmLog) GetTransactionIndex() uint64

func (*EvmLog) MarshalToSizedBufferVT

func (m *EvmLog) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EvmLog) MarshalToSizedBufferVTStrict

func (m *EvmLog) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EvmLog) MarshalToVT

func (m *EvmLog) MarshalToVT(dAtA []byte) (int, error)

func (*EvmLog) MarshalToVTStrict

func (m *EvmLog) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EvmLog) MarshalVT

func (m *EvmLog) MarshalVT() (dAtA []byte, err error)

func (*EvmLog) MarshalVTStrict

func (m *EvmLog) MarshalVTStrict() (dAtA []byte, err error)

func (*EvmLog) ProtoMessage

func (*EvmLog) ProtoMessage()

func (*EvmLog) ProtoReflect

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

func (*EvmLog) Reset

func (x *EvmLog) Reset()

func (*EvmLog) SizeVT

func (m *EvmLog) SizeVT() (n int)

func (*EvmLog) String

func (x *EvmLog) String() string

func (*EvmLog) UnmarshalVT

func (m *EvmLog) UnmarshalVT(dAtA []byte) error

type GetBlockHeadersRequest

type GetBlockHeadersRequest struct {
	Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockHeadersRequest) Descriptor deprecated

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

Deprecated: Use GetBlockHeadersRequest.ProtoReflect.Descriptor instead.

func (*GetBlockHeadersRequest) GetEnd

func (x *GetBlockHeadersRequest) GetEnd() uint64

func (*GetBlockHeadersRequest) GetStart

func (x *GetBlockHeadersRequest) GetStart() uint64

func (*GetBlockHeadersRequest) MarshalToSizedBufferVT

func (m *GetBlockHeadersRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) MarshalToSizedBufferVTStrict

func (m *GetBlockHeadersRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) MarshalToVT

func (m *GetBlockHeadersRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) MarshalToVTStrict

func (m *GetBlockHeadersRequest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GetBlockHeadersRequest) MarshalVT

func (m *GetBlockHeadersRequest) MarshalVT() (dAtA []byte, err error)

func (*GetBlockHeadersRequest) MarshalVTStrict

func (m *GetBlockHeadersRequest) MarshalVTStrict() (dAtA []byte, err error)

func (*GetBlockHeadersRequest) ProtoMessage

func (*GetBlockHeadersRequest) ProtoMessage()

func (*GetBlockHeadersRequest) ProtoReflect

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

func (*GetBlockHeadersRequest) Reset

func (x *GetBlockHeadersRequest) Reset()

func (*GetBlockHeadersRequest) SizeVT

func (m *GetBlockHeadersRequest) SizeVT() (n int)

func (*GetBlockHeadersRequest) String

func (x *GetBlockHeadersRequest) String() string

func (*GetBlockHeadersRequest) UnmarshalVT

func (m *GetBlockHeadersRequest) UnmarshalVT(dAtA []byte) error

type GetBlockHeadersResponse

type GetBlockHeadersResponse struct {
	BlockHeaders [][]byte `protobuf:"bytes,1,rep,name=block_headers,json=blockHeaders,proto3" json:"block_headers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockHeadersResponse) Descriptor deprecated

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

Deprecated: Use GetBlockHeadersResponse.ProtoReflect.Descriptor instead.

func (*GetBlockHeadersResponse) GetBlockHeaders

func (x *GetBlockHeadersResponse) GetBlockHeaders() [][]byte

func (*GetBlockHeadersResponse) MarshalToSizedBufferVT

func (m *GetBlockHeadersResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) MarshalToSizedBufferVTStrict

func (m *GetBlockHeadersResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) MarshalToVT

func (m *GetBlockHeadersResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) MarshalToVTStrict

func (m *GetBlockHeadersResponse) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GetBlockHeadersResponse) MarshalVT

func (m *GetBlockHeadersResponse) MarshalVT() (dAtA []byte, err error)

func (*GetBlockHeadersResponse) MarshalVTStrict

func (m *GetBlockHeadersResponse) MarshalVTStrict() (dAtA []byte, err error)

func (*GetBlockHeadersResponse) ProtoMessage

func (*GetBlockHeadersResponse) ProtoMessage()

func (*GetBlockHeadersResponse) ProtoReflect

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

func (*GetBlockHeadersResponse) Reset

func (x *GetBlockHeadersResponse) Reset()

func (*GetBlockHeadersResponse) SizeVT

func (m *GetBlockHeadersResponse) SizeVT() (n int)

func (*GetBlockHeadersResponse) String

func (x *GetBlockHeadersResponse) String() string

func (*GetBlockHeadersResponse) UnmarshalVT

func (m *GetBlockHeadersResponse) UnmarshalVT(dAtA []byte) error

type GetBlocksRequest

type GetBlocksRequest struct {
	Start uint64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End   uint64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksRequest) Descriptor deprecated

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

Deprecated: Use GetBlocksRequest.ProtoReflect.Descriptor instead.

func (*GetBlocksRequest) GetEnd

func (x *GetBlocksRequest) GetEnd() uint64

func (*GetBlocksRequest) GetStart

func (x *GetBlocksRequest) GetStart() uint64

func (*GetBlocksRequest) MarshalToSizedBufferVT

func (m *GetBlocksRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlocksRequest) MarshalToSizedBufferVTStrict

func (m *GetBlocksRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GetBlocksRequest) MarshalToVT

func (m *GetBlocksRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlocksRequest) MarshalToVTStrict

func (m *GetBlocksRequest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GetBlocksRequest) MarshalVT

func (m *GetBlocksRequest) MarshalVT() (dAtA []byte, err error)

func (*GetBlocksRequest) MarshalVTStrict

func (m *GetBlocksRequest) MarshalVTStrict() (dAtA []byte, err error)

func (*GetBlocksRequest) ProtoMessage

func (*GetBlocksRequest) ProtoMessage()

func (*GetBlocksRequest) ProtoReflect

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

func (*GetBlocksRequest) Reset

func (x *GetBlocksRequest) Reset()

func (*GetBlocksRequest) SizeVT

func (m *GetBlocksRequest) SizeVT() (n int)

func (*GetBlocksRequest) String

func (x *GetBlocksRequest) String() string

func (*GetBlocksRequest) UnmarshalVT

func (m *GetBlocksRequest) UnmarshalVT(dAtA []byte) error

type GetBlocksResponse

type GetBlocksResponse struct {
	Blocks [][]byte `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksResponse) Descriptor deprecated

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

Deprecated: Use GetBlocksResponse.ProtoReflect.Descriptor instead.

func (*GetBlocksResponse) GetBlocks

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

func (*GetBlocksResponse) MarshalToSizedBufferVT

func (m *GetBlocksResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetBlocksResponse) MarshalToSizedBufferVTStrict

func (m *GetBlocksResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GetBlocksResponse) MarshalToVT

func (m *GetBlocksResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetBlocksResponse) MarshalToVTStrict

func (m *GetBlocksResponse) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GetBlocksResponse) MarshalVT

func (m *GetBlocksResponse) MarshalVT() (dAtA []byte, err error)

func (*GetBlocksResponse) MarshalVTStrict

func (m *GetBlocksResponse) MarshalVTStrict() (dAtA []byte, err error)

func (*GetBlocksResponse) ProtoMessage

func (*GetBlocksResponse) ProtoMessage()

func (*GetBlocksResponse) ProtoReflect

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

func (*GetBlocksResponse) Reset

func (x *GetBlocksResponse) Reset()

func (*GetBlocksResponse) SizeVT

func (m *GetBlocksResponse) SizeVT() (n int)

func (*GetBlocksResponse) String

func (x *GetBlocksResponse) String() string

func (*GetBlocksResponse) UnmarshalVT

func (m *GetBlocksResponse) UnmarshalVT(dAtA []byte) error

type Message

type Message struct {
	Type    Message_Type `protobuf:"varint,1,opt,name=type,proto3,enum=pb.Message_Type" json:"type,omitempty"`
	Data    []byte       `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Version []byte       `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetData

func (x *Message) GetData() []byte

func (*Message) GetType

func (x *Message) GetType() Message_Type

func (*Message) GetVersion

func (x *Message) GetVersion() []byte

func (*Message) MarshalToSizedBufferVT

func (m *Message) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Message) MarshalToSizedBufferVTStrict

func (m *Message) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Message) MarshalToVT

func (m *Message) MarshalToVT(dAtA []byte) (int, error)

func (*Message) MarshalToVTStrict

func (m *Message) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Message) MarshalVT

func (m *Message) MarshalVT() (dAtA []byte, err error)

func (*Message) MarshalVTStrict

func (m *Message) MarshalVTStrict() (dAtA []byte, err error)

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) SizeVT

func (m *Message) SizeVT() (n int)

func (*Message) String

func (x *Message) String() string

func (*Message) UnmarshalVT

func (m *Message) UnmarshalVT(dAtA []byte) error

type Message_Type

type Message_Type int32
const (
	Message_GET_BLOCK             Message_Type = 0
	Message_GET_BLOCK_ACK         Message_Type = 1
	Message_CONSENSUS             Message_Type = 2
	Message_FETCH_CERT            Message_Type = 3
	Message_FETCH_CERT_ACK        Message_Type = 4
	Message_FETCH_BLOCK_SIGN      Message_Type = 5
	Message_FETCH_BLOCK_SIGN_ACK  Message_Type = 6
	Message_GET_ADDRESS           Message_Type = 11
	Message_GET_ADDRESS_ACK       Message_Type = 12
	Message_GET_BLOCK_HEADERS     Message_Type = 13
	Message_GET_BLOCK_HEADERS_ACK Message_Type = 14
	Message_GET_BLOCKS            Message_Type = 15
	Message_GET_BLOCKS_ACK        Message_Type = 16
	Message_CHECK_MASTER_PIER     Message_Type = 17
	Message_CHECK_MASTER_PIER_ACK Message_Type = 18
	Message_FETCH_BURN_SIGN       Message_Type = 21
	Message_FETCH_BURN_SIGN_ACK   Message_Type = 22
	Message_FETCH_P2P_PUBKEY      Message_Type = 23
	Message_FETCH_P2P_PUBKEY_ACK  Message_Type = 24
	Message_FETCH_TSS_PUBKEY      Message_Type = 25
	Message_FETCH_TSS_PUBKEY_ACK  Message_Type = 26
	Message_FETCH_TSS_INFO        Message_Type = 27
	Message_FETCH_TSS_INFO_ACK    Message_Type = 28
	Message_FERCH_TSS_NODES       Message_Type = 29
	Message_ADDRESS_GET           Message_Type = 51
	Message_PUBKEY_GET            Message_Type = 52
	Message_PUBKEY_GET_ACK        Message_Type = 53
	Message_ACK                   Message_Type = 61
	Message_TSS_TASK              Message_Type = 73
	Message_TSS_CULPRITS          Message_Type = 74
	Message_TSS_KEYGEN_REQ        Message_Type = 75
	Message_PUSH_TXS              Message_Type = 91
)

func (Message_Type) Descriptor

func (Message_Type) Enum

func (x Message_Type) Enum() *Message_Type

func (Message_Type) EnumDescriptor deprecated

func (Message_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Message_Type.Descriptor instead.

func (Message_Type) Number

func (Message_Type) String

func (x Message_Type) String() string

func (Message_Type) Type

type Receipt

type Receipt struct {
	Version         []byte         `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	TxHash          []byte         `protobuf:"bytes,2,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Ret             []byte         `protobuf:"bytes,3,opt,name=ret,proto3" json:"ret,omitempty"`
	Status          Receipt_Status `protobuf:"varint,4,opt,name=status,proto3,enum=pb.Receipt_Status" json:"status,omitempty"`
	Events          []*Event       `protobuf:"bytes,5,rep,name=events,proto3" json:"events,omitempty"`
	GasUsed         uint64         `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	EvmLogs         []*EvmLog      `protobuf:"bytes,7,rep,name=evm_logs,json=evmLogs,proto3" json:"evm_logs,omitempty"`
	Bloom           []byte         `protobuf:"bytes,8,opt,name=bloom,proto3" json:"bloom,omitempty"`
	ContractAddress []byte         `protobuf:"bytes,9,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
	// contains filtered or unexported fields
}

func (*Receipt) Descriptor deprecated

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

Deprecated: Use Receipt.ProtoReflect.Descriptor instead.

func (*Receipt) GetBloom

func (x *Receipt) GetBloom() []byte

func (*Receipt) GetContractAddress

func (x *Receipt) GetContractAddress() []byte

func (*Receipt) GetEvents

func (x *Receipt) GetEvents() []*Event

func (*Receipt) GetEvmLogs

func (x *Receipt) GetEvmLogs() []*EvmLog

func (*Receipt) GetGasUsed

func (x *Receipt) GetGasUsed() uint64

func (*Receipt) GetRet

func (x *Receipt) GetRet() []byte

func (*Receipt) GetStatus

func (x *Receipt) GetStatus() Receipt_Status

func (*Receipt) GetTxHash

func (x *Receipt) GetTxHash() []byte

func (*Receipt) GetVersion

func (x *Receipt) GetVersion() []byte

func (*Receipt) MarshalToSizedBufferVT

func (m *Receipt) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Receipt) MarshalToSizedBufferVTStrict

func (m *Receipt) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Receipt) MarshalToVT

func (m *Receipt) MarshalToVT(dAtA []byte) (int, error)

func (*Receipt) MarshalToVTStrict

func (m *Receipt) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Receipt) MarshalVT

func (m *Receipt) MarshalVT() (dAtA []byte, err error)

func (*Receipt) MarshalVTStrict

func (m *Receipt) MarshalVTStrict() (dAtA []byte, err error)

func (*Receipt) ProtoMessage

func (*Receipt) ProtoMessage()

func (*Receipt) ProtoReflect

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

func (*Receipt) Reset

func (x *Receipt) Reset()

func (*Receipt) SizeVT

func (m *Receipt) SizeVT() (n int)

func (*Receipt) String

func (x *Receipt) String() string

func (*Receipt) UnmarshalVT

func (m *Receipt) UnmarshalVT(dAtA []byte) error

type Receipt_Status

type Receipt_Status int32
const (
	Receipt_SUCCESS Receipt_Status = 0
	Receipt_FAILED  Receipt_Status = 1
)

func (Receipt_Status) Descriptor

func (Receipt_Status) Enum

func (x Receipt_Status) Enum() *Receipt_Status

func (Receipt_Status) EnumDescriptor deprecated

func (Receipt_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Receipt_Status.Descriptor instead.

func (Receipt_Status) Number

func (Receipt_Status) String

func (x Receipt_Status) String() string

func (Receipt_Status) Type

type Receipts

type Receipts struct {
	Receipts []*Receipt `protobuf:"bytes,1,rep,name=receipts,proto3" json:"receipts,omitempty"`
	// contains filtered or unexported fields
}

func (*Receipts) Descriptor deprecated

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

Deprecated: Use Receipts.ProtoReflect.Descriptor instead.

func (*Receipts) GetReceipts

func (x *Receipts) GetReceipts() []*Receipt

func (*Receipts) MarshalToSizedBufferVT

func (m *Receipts) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Receipts) MarshalToSizedBufferVTStrict

func (m *Receipts) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Receipts) MarshalToVT

func (m *Receipts) MarshalToVT(dAtA []byte) (int, error)

func (*Receipts) MarshalToVTStrict

func (m *Receipts) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Receipts) MarshalVT

func (m *Receipts) MarshalVT() (dAtA []byte, err error)

func (*Receipts) MarshalVTStrict

func (m *Receipts) MarshalVTStrict() (dAtA []byte, err error)

func (*Receipts) ProtoMessage

func (*Receipts) ProtoMessage()

func (*Receipts) ProtoReflect

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

func (*Receipts) Reset

func (x *Receipts) Reset()

func (*Receipts) SizeVT

func (m *Receipts) SizeVT() (n int)

func (*Receipts) String

func (x *Receipts) String() string

func (*Receipts) UnmarshalVT

func (m *Receipts) UnmarshalVT(dAtA []byte) error

type StringSlice

type StringSlice struct {
	Slice []string `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
	// contains filtered or unexported fields
}

func (*StringSlice) Descriptor deprecated

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

Deprecated: Use StringSlice.ProtoReflect.Descriptor instead.

func (*StringSlice) GetSlice

func (x *StringSlice) GetSlice() []string

func (*StringSlice) MarshalToSizedBufferVT

func (m *StringSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringSlice) MarshalToSizedBufferVTStrict

func (m *StringSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringSlice) MarshalToVT

func (m *StringSlice) MarshalToVT(dAtA []byte) (int, error)

func (*StringSlice) MarshalToVTStrict

func (m *StringSlice) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringSlice) MarshalVT

func (m *StringSlice) MarshalVT() (dAtA []byte, err error)

func (*StringSlice) MarshalVTStrict

func (m *StringSlice) MarshalVTStrict() (dAtA []byte, err error)

func (*StringSlice) ProtoMessage

func (*StringSlice) ProtoMessage()

func (*StringSlice) ProtoReflect

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

func (*StringSlice) Reset

func (x *StringSlice) Reset()

func (*StringSlice) SizeVT

func (m *StringSlice) SizeVT() (n int)

func (*StringSlice) String

func (x *StringSlice) String() string

func (*StringSlice) UnmarshalVT

func (m *StringSlice) UnmarshalVT(dAtA []byte) error

type StringStringSliceMap

type StringStringSliceMap struct {
	Keys []string       `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*StringSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StringStringSliceMap) Descriptor deprecated

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

Deprecated: Use StringStringSliceMap.ProtoReflect.Descriptor instead.

func (*StringStringSliceMap) GetKeys

func (x *StringStringSliceMap) GetKeys() []string

func (*StringStringSliceMap) GetVals

func (x *StringStringSliceMap) GetVals() []*StringSlice

func (*StringStringSliceMap) MarshalToSizedBufferVT

func (m *StringStringSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringStringSliceMap) MarshalToSizedBufferVTStrict

func (m *StringStringSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringStringSliceMap) MarshalToVT

func (m *StringStringSliceMap) MarshalToVT(dAtA []byte) (int, error)

func (*StringStringSliceMap) MarshalToVTStrict

func (m *StringStringSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringStringSliceMap) MarshalVT

func (m *StringStringSliceMap) MarshalVT() (dAtA []byte, err error)

func (*StringStringSliceMap) MarshalVTStrict

func (m *StringStringSliceMap) MarshalVTStrict() (dAtA []byte, err error)

func (*StringStringSliceMap) ProtoMessage

func (*StringStringSliceMap) ProtoMessage()

func (*StringStringSliceMap) ProtoReflect

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

func (*StringStringSliceMap) Reset

func (x *StringStringSliceMap) Reset()

func (*StringStringSliceMap) SizeVT

func (m *StringStringSliceMap) SizeVT() (n int)

func (*StringStringSliceMap) String

func (x *StringStringSliceMap) String() string

func (*StringStringSliceMap) UnmarshalVT

func (m *StringStringSliceMap) UnmarshalVT(dAtA []byte) error

type StringUint64Map

type StringUint64Map struct {
	Keys []string `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []uint64 `protobuf:"varint,2,rep,packed,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUint64Map) Descriptor deprecated

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

Deprecated: Use StringUint64Map.ProtoReflect.Descriptor instead.

func (*StringUint64Map) GetKeys

func (x *StringUint64Map) GetKeys() []string

func (*StringUint64Map) GetVals

func (x *StringUint64Map) GetVals() []uint64

func (*StringUint64Map) MarshalToSizedBufferVT

func (m *StringUint64Map) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringUint64Map) MarshalToSizedBufferVTStrict

func (m *StringUint64Map) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringUint64Map) MarshalToVT

func (m *StringUint64Map) MarshalToVT(dAtA []byte) (int, error)

func (*StringUint64Map) MarshalToVTStrict

func (m *StringUint64Map) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringUint64Map) MarshalVT

func (m *StringUint64Map) MarshalVT() (dAtA []byte, err error)

func (*StringUint64Map) MarshalVTStrict

func (m *StringUint64Map) MarshalVTStrict() (dAtA []byte, err error)

func (*StringUint64Map) ProtoMessage

func (*StringUint64Map) ProtoMessage()

func (*StringUint64Map) ProtoReflect

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

func (*StringUint64Map) Reset

func (x *StringUint64Map) Reset()

func (*StringUint64Map) SizeVT

func (m *StringUint64Map) SizeVT() (n int)

func (*StringUint64Map) String

func (x *StringUint64Map) String() string

func (*StringUint64Map) UnmarshalVT

func (m *StringUint64Map) UnmarshalVT(dAtA []byte) error

type StringUint64SliceMap

type StringUint64SliceMap struct {
	Keys []string       `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*Uint64Slice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUint64SliceMap) Descriptor deprecated

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

Deprecated: Use StringUint64SliceMap.ProtoReflect.Descriptor instead.

func (*StringUint64SliceMap) GetKeys

func (x *StringUint64SliceMap) GetKeys() []string

func (*StringUint64SliceMap) GetVals

func (x *StringUint64SliceMap) GetVals() []*Uint64Slice

func (*StringUint64SliceMap) MarshalToSizedBufferVT

func (m *StringUint64SliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringUint64SliceMap) MarshalToSizedBufferVTStrict

func (m *StringUint64SliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringUint64SliceMap) MarshalToVT

func (m *StringUint64SliceMap) MarshalToVT(dAtA []byte) (int, error)

func (*StringUint64SliceMap) MarshalToVTStrict

func (m *StringUint64SliceMap) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringUint64SliceMap) MarshalVT

func (m *StringUint64SliceMap) MarshalVT() (dAtA []byte, err error)

func (*StringUint64SliceMap) MarshalVTStrict

func (m *StringUint64SliceMap) MarshalVTStrict() (dAtA []byte, err error)

func (*StringUint64SliceMap) ProtoMessage

func (*StringUint64SliceMap) ProtoMessage()

func (*StringUint64SliceMap) ProtoReflect

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

func (*StringUint64SliceMap) Reset

func (x *StringUint64SliceMap) Reset()

func (*StringUint64SliceMap) SizeVT

func (m *StringUint64SliceMap) SizeVT() (n int)

func (*StringUint64SliceMap) String

func (x *StringUint64SliceMap) String() string

func (*StringUint64SliceMap) UnmarshalVT

func (m *StringUint64SliceMap) UnmarshalVT(dAtA []byte) error

type StringVerifiedIndexMap

type StringVerifiedIndexMap struct {
	Keys []string         `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*VerifiedIndex `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StringVerifiedIndexMap) Descriptor deprecated

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

Deprecated: Use StringVerifiedIndexMap.ProtoReflect.Descriptor instead.

func (*StringVerifiedIndexMap) GetKeys

func (x *StringVerifiedIndexMap) GetKeys() []string

func (*StringVerifiedIndexMap) GetVals

func (x *StringVerifiedIndexMap) GetVals() []*VerifiedIndex

func (*StringVerifiedIndexMap) MarshalToSizedBufferVT

func (m *StringVerifiedIndexMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) MarshalToSizedBufferVTStrict

func (m *StringVerifiedIndexMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) MarshalToVT

func (m *StringVerifiedIndexMap) MarshalToVT(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) MarshalToVTStrict

func (m *StringVerifiedIndexMap) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringVerifiedIndexMap) MarshalVT

func (m *StringVerifiedIndexMap) MarshalVT() (dAtA []byte, err error)

func (*StringVerifiedIndexMap) MarshalVTStrict

func (m *StringVerifiedIndexMap) MarshalVTStrict() (dAtA []byte, err error)

func (*StringVerifiedIndexMap) ProtoMessage

func (*StringVerifiedIndexMap) ProtoMessage()

func (*StringVerifiedIndexMap) ProtoReflect

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

func (*StringVerifiedIndexMap) Reset

func (x *StringVerifiedIndexMap) Reset()

func (*StringVerifiedIndexMap) SizeVT

func (m *StringVerifiedIndexMap) SizeVT() (n int)

func (*StringVerifiedIndexMap) String

func (x *StringVerifiedIndexMap) String() string

func (*StringVerifiedIndexMap) UnmarshalVT

func (m *StringVerifiedIndexMap) UnmarshalVT(dAtA []byte) error

type StringVerifiedIndexSliceMap

type StringVerifiedIndexSliceMap struct {
	Keys []string              `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Vals []*VerifiedIndexSlice `protobuf:"bytes,2,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StringVerifiedIndexSliceMap) Descriptor deprecated

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

Deprecated: Use StringVerifiedIndexSliceMap.ProtoReflect.Descriptor instead.

func (*StringVerifiedIndexSliceMap) GetKeys

func (x *StringVerifiedIndexSliceMap) GetKeys() []string

func (*StringVerifiedIndexSliceMap) GetVals

func (*StringVerifiedIndexSliceMap) MarshalToSizedBufferVT

func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) MarshalToSizedBufferVTStrict

func (m *StringVerifiedIndexSliceMap) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) MarshalToVT

func (m *StringVerifiedIndexSliceMap) MarshalToVT(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) MarshalToVTStrict

func (m *StringVerifiedIndexSliceMap) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringVerifiedIndexSliceMap) MarshalVT

func (m *StringVerifiedIndexSliceMap) MarshalVT() (dAtA []byte, err error)

func (*StringVerifiedIndexSliceMap) MarshalVTStrict

func (m *StringVerifiedIndexSliceMap) MarshalVTStrict() (dAtA []byte, err error)

func (*StringVerifiedIndexSliceMap) ProtoMessage

func (*StringVerifiedIndexSliceMap) ProtoMessage()

func (*StringVerifiedIndexSliceMap) ProtoReflect

func (*StringVerifiedIndexSliceMap) Reset

func (x *StringVerifiedIndexSliceMap) Reset()

func (*StringVerifiedIndexSliceMap) SizeVT

func (m *StringVerifiedIndexSliceMap) SizeVT() (n int)

func (*StringVerifiedIndexSliceMap) String

func (x *StringVerifiedIndexSliceMap) String() string

func (*StringVerifiedIndexSliceMap) UnmarshalVT

func (m *StringVerifiedIndexSliceMap) UnmarshalVT(dAtA []byte) error

type TransactionMeta

type TransactionMeta struct {
	BlockHash   []byte `protobuf:"bytes,1,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Index       uint64 `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMeta) Descriptor deprecated

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

Deprecated: Use TransactionMeta.ProtoReflect.Descriptor instead.

func (*TransactionMeta) GetBlockHash

func (x *TransactionMeta) GetBlockHash() []byte

func (*TransactionMeta) GetBlockHeight

func (x *TransactionMeta) GetBlockHeight() uint64

func (*TransactionMeta) GetIndex

func (x *TransactionMeta) GetIndex() uint64

func (*TransactionMeta) MarshalToSizedBufferVT

func (m *TransactionMeta) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TransactionMeta) MarshalToSizedBufferVTStrict

func (m *TransactionMeta) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMeta) MarshalToVT

func (m *TransactionMeta) MarshalToVT(dAtA []byte) (int, error)

func (*TransactionMeta) MarshalToVTStrict

func (m *TransactionMeta) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMeta) MarshalVT

func (m *TransactionMeta) MarshalVT() (dAtA []byte, err error)

func (*TransactionMeta) MarshalVTStrict

func (m *TransactionMeta) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMeta) ProtoMessage

func (*TransactionMeta) ProtoMessage()

func (*TransactionMeta) ProtoReflect

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

func (*TransactionMeta) Reset

func (x *TransactionMeta) Reset()

func (*TransactionMeta) SizeVT

func (m *TransactionMeta) SizeVT() (n int)

func (*TransactionMeta) String

func (x *TransactionMeta) String() string

func (*TransactionMeta) UnmarshalVT

func (m *TransactionMeta) UnmarshalVT(dAtA []byte) error

type Uint64Slice

type Uint64Slice struct {
	Slice []uint64 `protobuf:"varint,1,rep,packed,name=slice,proto3" json:"slice,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint64Slice) Descriptor deprecated

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

Deprecated: Use Uint64Slice.ProtoReflect.Descriptor instead.

func (*Uint64Slice) GetSlice

func (x *Uint64Slice) GetSlice() []uint64

func (*Uint64Slice) MarshalToSizedBufferVT

func (m *Uint64Slice) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Uint64Slice) MarshalToSizedBufferVTStrict

func (m *Uint64Slice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Uint64Slice) MarshalToVT

func (m *Uint64Slice) MarshalToVT(dAtA []byte) (int, error)

func (*Uint64Slice) MarshalToVTStrict

func (m *Uint64Slice) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Uint64Slice) MarshalVT

func (m *Uint64Slice) MarshalVT() (dAtA []byte, err error)

func (*Uint64Slice) MarshalVTStrict

func (m *Uint64Slice) MarshalVTStrict() (dAtA []byte, err error)

func (*Uint64Slice) ProtoMessage

func (*Uint64Slice) ProtoMessage()

func (*Uint64Slice) ProtoReflect

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

func (*Uint64Slice) Reset

func (x *Uint64Slice) Reset()

func (*Uint64Slice) SizeVT

func (m *Uint64Slice) SizeVT() (n int)

func (*Uint64Slice) String

func (x *Uint64Slice) String() string

func (*Uint64Slice) UnmarshalVT

func (m *Uint64Slice) UnmarshalVT(dAtA []byte) error

type VerifiedIndex

type VerifiedIndex struct {
	Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Valid bool   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedIndex) Descriptor deprecated

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

Deprecated: Use VerifiedIndex.ProtoReflect.Descriptor instead.

func (*VerifiedIndex) GetIndex

func (x *VerifiedIndex) GetIndex() uint64

func (*VerifiedIndex) GetValid

func (x *VerifiedIndex) GetValid() bool

func (*VerifiedIndex) MarshalToSizedBufferVT

func (m *VerifiedIndex) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifiedIndex) MarshalToSizedBufferVTStrict

func (m *VerifiedIndex) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*VerifiedIndex) MarshalToVT

func (m *VerifiedIndex) MarshalToVT(dAtA []byte) (int, error)

func (*VerifiedIndex) MarshalToVTStrict

func (m *VerifiedIndex) MarshalToVTStrict(dAtA []byte) (int, error)

func (*VerifiedIndex) MarshalVT

func (m *VerifiedIndex) MarshalVT() (dAtA []byte, err error)

func (*VerifiedIndex) MarshalVTStrict

func (m *VerifiedIndex) MarshalVTStrict() (dAtA []byte, err error)

func (*VerifiedIndex) ProtoMessage

func (*VerifiedIndex) ProtoMessage()

func (*VerifiedIndex) ProtoReflect

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

func (*VerifiedIndex) Reset

func (x *VerifiedIndex) Reset()

func (*VerifiedIndex) SizeVT

func (m *VerifiedIndex) SizeVT() (n int)

func (*VerifiedIndex) String

func (x *VerifiedIndex) String() string

func (*VerifiedIndex) UnmarshalVT

func (m *VerifiedIndex) UnmarshalVT(dAtA []byte) error

type VerifiedIndexSlice

type VerifiedIndexSlice struct {
	Slice []*VerifiedIndex `protobuf:"bytes,1,rep,name=slice,proto3" json:"slice,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedIndexSlice) Descriptor deprecated

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

Deprecated: Use VerifiedIndexSlice.ProtoReflect.Descriptor instead.

func (*VerifiedIndexSlice) GetSlice

func (x *VerifiedIndexSlice) GetSlice() []*VerifiedIndex

func (*VerifiedIndexSlice) MarshalToSizedBufferVT

func (m *VerifiedIndexSlice) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) MarshalToSizedBufferVTStrict

func (m *VerifiedIndexSlice) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) MarshalToVT

func (m *VerifiedIndexSlice) MarshalToVT(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) MarshalToVTStrict

func (m *VerifiedIndexSlice) MarshalToVTStrict(dAtA []byte) (int, error)

func (*VerifiedIndexSlice) MarshalVT

func (m *VerifiedIndexSlice) MarshalVT() (dAtA []byte, err error)

func (*VerifiedIndexSlice) MarshalVTStrict

func (m *VerifiedIndexSlice) MarshalVTStrict() (dAtA []byte, err error)

func (*VerifiedIndexSlice) ProtoMessage

func (*VerifiedIndexSlice) ProtoMessage()

func (*VerifiedIndexSlice) ProtoReflect

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

func (*VerifiedIndexSlice) Reset

func (x *VerifiedIndexSlice) Reset()

func (*VerifiedIndexSlice) SizeVT

func (m *VerifiedIndexSlice) SizeVT() (n int)

func (*VerifiedIndexSlice) String

func (x *VerifiedIndexSlice) String() string

func (*VerifiedIndexSlice) UnmarshalVT

func (m *VerifiedIndexSlice) UnmarshalVT(dAtA []byte) error

type VpInfo

type VpInfo struct {
	Id      uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Pid     string   `protobuf:"bytes,2,opt,name=pid,proto3" json:"pid,omitempty"`
	Account string   `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	Hosts   []string `protobuf:"bytes,4,rep,name=hosts,proto3" json:"hosts,omitempty"`
	// contains filtered or unexported fields
}

func (*VpInfo) Descriptor deprecated

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

Deprecated: Use VpInfo.ProtoReflect.Descriptor instead.

func (*VpInfo) GetAccount

func (x *VpInfo) GetAccount() string

func (*VpInfo) GetHosts

func (x *VpInfo) GetHosts() []string

func (*VpInfo) GetId

func (x *VpInfo) GetId() uint64

func (*VpInfo) GetPid

func (x *VpInfo) GetPid() string

func (*VpInfo) MarshalToSizedBufferVT

func (m *VpInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*VpInfo) MarshalToSizedBufferVTStrict

func (m *VpInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*VpInfo) MarshalToVT

func (m *VpInfo) MarshalToVT(dAtA []byte) (int, error)

func (*VpInfo) MarshalToVTStrict

func (m *VpInfo) MarshalToVTStrict(dAtA []byte) (int, error)

func (*VpInfo) MarshalVT

func (m *VpInfo) MarshalVT() (dAtA []byte, err error)

func (*VpInfo) MarshalVTStrict

func (m *VpInfo) MarshalVTStrict() (dAtA []byte, err error)

func (*VpInfo) ProtoMessage

func (*VpInfo) ProtoMessage()

func (*VpInfo) ProtoReflect

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

func (*VpInfo) Reset

func (x *VpInfo) Reset()

func (*VpInfo) SizeVT

func (m *VpInfo) SizeVT() (n int)

func (*VpInfo) String

func (x *VpInfo) String() string

func (*VpInfo) UnmarshalVT

func (m *VpInfo) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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