blocksv1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eproxy_blocks_v1_blocks_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Block deprecated

type Block struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetCreatedAt deprecated

func (x *Block) GetCreatedAt() *timestamppb.Timestamp

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*Block) GetHash deprecated

func (x *Block) GetHash() string

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*Block) GetHeight deprecated

func (x *Block) GetHeight() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type GetRequest deprecated

type GetRequest struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Blockchain v1.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v1.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

Get request

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*GetRequest) Descriptor deprecated

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

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetBlockchain deprecated

func (x *GetRequest) GetBlockchain() v1.Blockchain

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*GetRequest) GetHeight deprecated

func (x *GetRequest) GetHeight() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

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

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

type GetResponse deprecated

type GetResponse struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Item *Block `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*GetResponse) Descriptor deprecated

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

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetItem deprecated

func (x *GetResponse) GetItem() *Block

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

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

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

type LastBlockNumberRequest deprecated

type LastBlockNumberRequest struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Blockchain v1.Blockchain `protobuf:"varint,1,opt,name=blockchain,proto3,enum=eproxy.common.v1.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

LastBlockNumber

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*LastBlockNumberRequest) Descriptor deprecated

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

Deprecated: Use LastBlockNumberRequest.ProtoReflect.Descriptor instead.

func (*LastBlockNumberRequest) GetBlockchain deprecated

func (x *LastBlockNumberRequest) GetBlockchain() v1.Blockchain

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*LastBlockNumberRequest) ProtoMessage

func (*LastBlockNumberRequest) ProtoMessage()

func (*LastBlockNumberRequest) ProtoReflect

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

func (*LastBlockNumberRequest) Reset

func (x *LastBlockNumberRequest) Reset()

func (*LastBlockNumberRequest) String

func (x *LastBlockNumberRequest) String() string

type LastBlockNumberResponse deprecated

type LastBlockNumberResponse struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*LastBlockNumberResponse) Descriptor deprecated

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

Deprecated: Use LastBlockNumberResponse.ProtoReflect.Descriptor instead.

func (*LastBlockNumberResponse) GetHeight deprecated

func (x *LastBlockNumberResponse) GetHeight() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*LastBlockNumberResponse) ProtoMessage

func (*LastBlockNumberResponse) ProtoMessage()

func (*LastBlockNumberResponse) ProtoReflect

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

func (*LastBlockNumberResponse) Reset

func (x *LastBlockNumberResponse) Reset()

func (*LastBlockNumberResponse) String

func (x *LastBlockNumberResponse) String() string

type MinBlockNumberRequest deprecated

type MinBlockNumberRequest struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Blockchain v1.Blockchain `protobuf:"varint,1,opt,name=blockchain,proto3,enum=eproxy.common.v1.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

MinBlockNumber

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*MinBlockNumberRequest) Descriptor deprecated

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

Deprecated: Use MinBlockNumberRequest.ProtoReflect.Descriptor instead.

func (*MinBlockNumberRequest) GetBlockchain deprecated

func (x *MinBlockNumberRequest) GetBlockchain() v1.Blockchain

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*MinBlockNumberRequest) ProtoMessage

func (*MinBlockNumberRequest) ProtoMessage()

func (*MinBlockNumberRequest) ProtoReflect

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

func (*MinBlockNumberRequest) Reset

func (x *MinBlockNumberRequest) Reset()

func (*MinBlockNumberRequest) String

func (x *MinBlockNumberRequest) String() string

type MinBlockNumberResponse deprecated

type MinBlockNumberResponse struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*MinBlockNumberResponse) Descriptor deprecated

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

Deprecated: Use MinBlockNumberResponse.ProtoReflect.Descriptor instead.

func (*MinBlockNumberResponse) GetHeight deprecated

func (x *MinBlockNumberResponse) GetHeight() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*MinBlockNumberResponse) ProtoMessage

func (*MinBlockNumberResponse) ProtoMessage()

func (*MinBlockNumberResponse) ProtoReflect

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

func (*MinBlockNumberResponse) Reset

func (x *MinBlockNumberResponse) Reset()

func (*MinBlockNumberResponse) String

func (x *MinBlockNumberResponse) String() string

type TotalInfoRequest deprecated

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

TotalInfo

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoRequest) Descriptor deprecated

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

Deprecated: Use TotalInfoRequest.ProtoReflect.Descriptor instead.

func (*TotalInfoRequest) ProtoMessage

func (*TotalInfoRequest) ProtoMessage()

func (*TotalInfoRequest) ProtoReflect

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

func (*TotalInfoRequest) Reset

func (x *TotalInfoRequest) Reset()

func (*TotalInfoRequest) String

func (x *TotalInfoRequest) String() string

type TotalInfoResponse deprecated

type TotalInfoResponse struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Info map[string]*TotalInfoResponse_Item `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse) Descriptor deprecated

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

Deprecated: Use TotalInfoResponse.ProtoReflect.Descriptor instead.

func (*TotalInfoResponse) GetInfo deprecated

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse) ProtoMessage

func (*TotalInfoResponse) ProtoMessage()

func (*TotalInfoResponse) ProtoReflect

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

func (*TotalInfoResponse) Reset

func (x *TotalInfoResponse) Reset()

func (*TotalInfoResponse) String

func (x *TotalInfoResponse) String() string

type TotalInfoResponse_Item deprecated

type TotalInfoResponse_Item struct {

	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Min uint64 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"`
	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Max uint64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"`
	// Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.
	Diff uint64 `protobuf:"varint,3,opt,name=diff,proto3" json:"diff,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse_Item) Descriptor deprecated

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

Deprecated: Use TotalInfoResponse_Item.ProtoReflect.Descriptor instead.

func (*TotalInfoResponse_Item) GetDiff deprecated

func (x *TotalInfoResponse_Item) GetDiff() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse_Item) GetMax deprecated

func (x *TotalInfoResponse_Item) GetMax() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse_Item) GetMin deprecated

func (x *TotalInfoResponse_Item) GetMin() uint64

Deprecated: The entire proto file eproxy/blocks/v1/blocks.proto is marked as deprecated.

func (*TotalInfoResponse_Item) ProtoMessage

func (*TotalInfoResponse_Item) ProtoMessage()

func (*TotalInfoResponse_Item) ProtoReflect

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

func (*TotalInfoResponse_Item) Reset

func (x *TotalInfoResponse_Item) Reset()

func (*TotalInfoResponse_Item) String

func (x *TotalInfoResponse_Item) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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