btclikev2

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eproxy_btclike_v2_btclike_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type MedianFeePerByteBlockRequest

type MedianFeePerByteBlockRequest struct {
	Number     int64         `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Blockchain v2.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

func (*MedianFeePerByteBlockRequest) Descriptor deprecated

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

Deprecated: Use MedianFeePerByteBlockRequest.ProtoReflect.Descriptor instead.

func (*MedianFeePerByteBlockRequest) GetBlockchain

func (x *MedianFeePerByteBlockRequest) GetBlockchain() v2.Blockchain

func (*MedianFeePerByteBlockRequest) GetNumber

func (x *MedianFeePerByteBlockRequest) GetNumber() int64

func (*MedianFeePerByteBlockRequest) ProtoMessage

func (*MedianFeePerByteBlockRequest) ProtoMessage()

func (*MedianFeePerByteBlockRequest) ProtoReflect

func (*MedianFeePerByteBlockRequest) Reset

func (x *MedianFeePerByteBlockRequest) Reset()

func (*MedianFeePerByteBlockRequest) String

type MedianFeePerByteBlockResponse

type MedianFeePerByteBlockResponse struct {
	Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*MedianFeePerByteBlockResponse) Descriptor deprecated

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

Deprecated: Use MedianFeePerByteBlockResponse.ProtoReflect.Descriptor instead.

func (*MedianFeePerByteBlockResponse) GetAmount

func (x *MedianFeePerByteBlockResponse) GetAmount() string

func (*MedianFeePerByteBlockResponse) ProtoMessage

func (*MedianFeePerByteBlockResponse) ProtoMessage()

func (*MedianFeePerByteBlockResponse) ProtoReflect

func (*MedianFeePerByteBlockResponse) Reset

func (x *MedianFeePerByteBlockResponse) Reset()

func (*MedianFeePerByteBlockResponse) String

type RemovedBlockInfo

type RemovedBlockInfo struct {
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	BlockNumber  int64                  `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	Hash         string                 `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Transactions []*v21.Transaction     `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovedBlockInfo) Descriptor deprecated

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

Deprecated: Use RemovedBlockInfo.ProtoReflect.Descriptor instead.

func (*RemovedBlockInfo) GetBlockNumber

func (x *RemovedBlockInfo) GetBlockNumber() int64

func (*RemovedBlockInfo) GetCreatedAt

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

func (*RemovedBlockInfo) GetHash

func (x *RemovedBlockInfo) GetHash() string

func (*RemovedBlockInfo) GetTransactions

func (x *RemovedBlockInfo) GetTransactions() []*v21.Transaction

func (*RemovedBlockInfo) ProtoMessage

func (*RemovedBlockInfo) ProtoMessage()

func (*RemovedBlockInfo) ProtoReflect

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

func (*RemovedBlockInfo) Reset

func (x *RemovedBlockInfo) Reset()

func (*RemovedBlockInfo) String

func (x *RemovedBlockInfo) String() string

type RemovedBlockListRequest

type RemovedBlockListRequest struct {
	TimeSinceIncident *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time_since_incident,json=timeSinceIncident,proto3" json:"time_since_incident,omitempty"`
	Blockchain        v2.Blockchain          `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovedBlockListRequest) Descriptor deprecated

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

Deprecated: Use RemovedBlockListRequest.ProtoReflect.Descriptor instead.

func (*RemovedBlockListRequest) GetBlockchain

func (x *RemovedBlockListRequest) GetBlockchain() v2.Blockchain

func (*RemovedBlockListRequest) GetTimeSinceIncident

func (x *RemovedBlockListRequest) GetTimeSinceIncident() *timestamppb.Timestamp

func (*RemovedBlockListRequest) ProtoMessage

func (*RemovedBlockListRequest) ProtoMessage()

func (*RemovedBlockListRequest) ProtoReflect

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

func (*RemovedBlockListRequest) Reset

func (x *RemovedBlockListRequest) Reset()

func (*RemovedBlockListRequest) String

func (x *RemovedBlockListRequest) String() string

type RemovedBlockListResponse

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

func (*RemovedBlockListResponse) Descriptor deprecated

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

Deprecated: Use RemovedBlockListResponse.ProtoReflect.Descriptor instead.

func (*RemovedBlockListResponse) GetBlocks

func (x *RemovedBlockListResponse) GetBlocks() []*RemovedBlockInfo

func (*RemovedBlockListResponse) ProtoMessage

func (*RemovedBlockListResponse) ProtoMessage()

func (*RemovedBlockListResponse) ProtoReflect

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

func (*RemovedBlockListResponse) Reset

func (x *RemovedBlockListResponse) Reset()

func (*RemovedBlockListResponse) String

func (x *RemovedBlockListResponse) String() string

type RemovedBlockRequest

type RemovedBlockRequest struct {
	Number     int64         `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Blockchain v2.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovedBlockRequest) Descriptor deprecated

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

Deprecated: Use RemovedBlockRequest.ProtoReflect.Descriptor instead.

func (*RemovedBlockRequest) GetBlockchain

func (x *RemovedBlockRequest) GetBlockchain() v2.Blockchain

func (*RemovedBlockRequest) GetNumber

func (x *RemovedBlockRequest) GetNumber() int64

func (*RemovedBlockRequest) ProtoMessage

func (*RemovedBlockRequest) ProtoMessage()

func (*RemovedBlockRequest) ProtoReflect

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

func (*RemovedBlockRequest) Reset

func (x *RemovedBlockRequest) Reset()

func (*RemovedBlockRequest) String

func (x *RemovedBlockRequest) String() string

type RemovedBlockResponse

type RemovedBlockResponse struct {
	RemovedBlockInfo *RemovedBlockInfo `protobuf:"bytes,1,opt,name=removed_block_info,json=removedBlockInfo,proto3" json:"removed_block_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovedBlockResponse) Descriptor deprecated

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

Deprecated: Use RemovedBlockResponse.ProtoReflect.Descriptor instead.

func (*RemovedBlockResponse) GetRemovedBlockInfo

func (x *RemovedBlockResponse) GetRemovedBlockInfo() *RemovedBlockInfo

func (*RemovedBlockResponse) ProtoMessage

func (*RemovedBlockResponse) ProtoMessage()

func (*RemovedBlockResponse) ProtoReflect

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

func (*RemovedBlockResponse) Reset

func (x *RemovedBlockResponse) Reset()

func (*RemovedBlockResponse) String

func (x *RemovedBlockResponse) String() string

type UTXORequest

type UTXORequest struct {
	Address    string        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Blockchain v2.Blockchain `protobuf:"varint,2,opt,name=blockchain,proto3,enum=eproxy.common.v2.Blockchain" json:"blockchain,omitempty"`
	// contains filtered or unexported fields
}

func (*UTXORequest) Descriptor deprecated

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

Deprecated: Use UTXORequest.ProtoReflect.Descriptor instead.

func (*UTXORequest) GetAddress

func (x *UTXORequest) GetAddress() string

func (*UTXORequest) GetBlockchain

func (x *UTXORequest) GetBlockchain() v2.Blockchain

func (*UTXORequest) ProtoMessage

func (*UTXORequest) ProtoMessage()

func (*UTXORequest) ProtoReflect

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

func (*UTXORequest) Reset

func (x *UTXORequest) Reset()

func (*UTXORequest) String

func (x *UTXORequest) String() string

type UTXOResponse

type UTXOResponse struct {
	Items []*UTXOResponse_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*UTXOResponse) Descriptor deprecated

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

Deprecated: Use UTXOResponse.ProtoReflect.Descriptor instead.

func (*UTXOResponse) GetItems

func (x *UTXOResponse) GetItems() []*UTXOResponse_Item

func (*UTXOResponse) ProtoMessage

func (*UTXOResponse) ProtoMessage()

func (*UTXOResponse) ProtoReflect

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

func (*UTXOResponse) Reset

func (x *UTXOResponse) Reset()

func (*UTXOResponse) String

func (x *UTXOResponse) String() string

type UTXOResponse_Item

type UTXOResponse_Item struct {
	TxHash   string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Sequence int32  `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Amount   string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	PkScript string `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	// contains filtered or unexported fields
}

func (*UTXOResponse_Item) Descriptor deprecated

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

Deprecated: Use UTXOResponse_Item.ProtoReflect.Descriptor instead.

func (*UTXOResponse_Item) GetAmount

func (x *UTXOResponse_Item) GetAmount() string

func (*UTXOResponse_Item) GetPkScript

func (x *UTXOResponse_Item) GetPkScript() string

func (*UTXOResponse_Item) GetSequence

func (x *UTXOResponse_Item) GetSequence() int32

func (*UTXOResponse_Item) GetTxHash

func (x *UTXOResponse_Item) GetTxHash() string

func (*UTXOResponse_Item) ProtoMessage

func (*UTXOResponse_Item) ProtoMessage()

func (*UTXOResponse_Item) ProtoReflect

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

func (*UTXOResponse_Item) Reset

func (x *UTXOResponse_Item) Reset()

func (*UTXOResponse_Item) String

func (x *UTXOResponse_Item) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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