btclikev1

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_v1_btclike_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type MedianFeePerByteBlockRequest deprecated

type MedianFeePerByteBlockRequest struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Number int64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.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
}

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

func (*MedianFeePerByteBlockRequest) Descriptor deprecated

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

Deprecated: Use MedianFeePerByteBlockRequest.ProtoReflect.Descriptor instead.

func (*MedianFeePerByteBlockRequest) GetBlockchain deprecated

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

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

func (*MedianFeePerByteBlockRequest) GetNumber deprecated

func (x *MedianFeePerByteBlockRequest) GetNumber() int64

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

func (*MedianFeePerByteBlockRequest) ProtoMessage

func (*MedianFeePerByteBlockRequest) ProtoMessage()

func (*MedianFeePerByteBlockRequest) ProtoReflect

func (*MedianFeePerByteBlockRequest) Reset

func (x *MedianFeePerByteBlockRequest) Reset()

func (*MedianFeePerByteBlockRequest) String

type MedianFeePerByteBlockResponse deprecated

type MedianFeePerByteBlockResponse struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Amount string `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

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

func (*MedianFeePerByteBlockResponse) Descriptor deprecated

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

Deprecated: Use MedianFeePerByteBlockResponse.ProtoReflect.Descriptor instead.

func (*MedianFeePerByteBlockResponse) GetAmount deprecated

func (x *MedianFeePerByteBlockResponse) GetAmount() string

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

func (*MedianFeePerByteBlockResponse) ProtoMessage

func (*MedianFeePerByteBlockResponse) ProtoMessage()

func (*MedianFeePerByteBlockResponse) ProtoReflect

func (*MedianFeePerByteBlockResponse) Reset

func (x *MedianFeePerByteBlockResponse) Reset()

func (*MedianFeePerByteBlockResponse) String

type RemovedBlockInfo deprecated

type RemovedBlockInfo struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	BlockNumber int64 `protobuf:"varint,2,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Transactions []*v11.Transaction `protobuf:"bytes,4,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

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

func (*RemovedBlockInfo) Descriptor deprecated

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

Deprecated: Use RemovedBlockInfo.ProtoReflect.Descriptor instead.

func (*RemovedBlockInfo) GetBlockNumber deprecated

func (x *RemovedBlockInfo) GetBlockNumber() int64

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

func (*RemovedBlockInfo) GetCreatedAt deprecated

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

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

func (*RemovedBlockInfo) GetHash deprecated

func (x *RemovedBlockInfo) GetHash() string

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

func (*RemovedBlockInfo) GetTransactions deprecated

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

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

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 deprecated

type RemovedBlockListRequest struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	TimeSinceIncident *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time_since_incident,json=timeSinceIncident,proto3" json:"time_since_incident,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.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
}

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

func (*RemovedBlockListRequest) Descriptor deprecated

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

Deprecated: Use RemovedBlockListRequest.ProtoReflect.Descriptor instead.

func (*RemovedBlockListRequest) GetBlockchain deprecated

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

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

func (*RemovedBlockListRequest) GetTimeSinceIncident deprecated

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

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

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 deprecated

type RemovedBlockListResponse struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Blocks []*RemovedBlockInfo `protobuf:"bytes,1,rep,name=blocks,proto3" json:"blocks,omitempty"`
	// contains filtered or unexported fields
}

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

func (*RemovedBlockListResponse) Descriptor deprecated

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

Deprecated: Use RemovedBlockListResponse.ProtoReflect.Descriptor instead.

func (*RemovedBlockListResponse) GetBlocks deprecated

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

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

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 deprecated

type RemovedBlockRequest struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Number int64 `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.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
}

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

func (*RemovedBlockRequest) Descriptor deprecated

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

Deprecated: Use RemovedBlockRequest.ProtoReflect.Descriptor instead.

func (*RemovedBlockRequest) GetBlockchain deprecated

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

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

func (*RemovedBlockRequest) GetNumber deprecated

func (x *RemovedBlockRequest) GetNumber() int64

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

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 deprecated

type RemovedBlockResponse struct {

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

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

func (*RemovedBlockResponse) Descriptor deprecated

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

Deprecated: Use RemovedBlockResponse.ProtoReflect.Descriptor instead.

func (*RemovedBlockResponse) GetRemovedBlockInfo deprecated

func (x *RemovedBlockResponse) GetRemovedBlockInfo() *RemovedBlockInfo

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

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 deprecated

type UTXORequest struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.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
}

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

func (*UTXORequest) Descriptor deprecated

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

Deprecated: Use UTXORequest.ProtoReflect.Descriptor instead.

func (*UTXORequest) GetAddress deprecated

func (x *UTXORequest) GetAddress() string

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

func (*UTXORequest) GetBlockchain deprecated

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

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

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 deprecated

type UTXOResponse struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Items []*UTXOResponse_Item `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

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

func (*UTXOResponse) Descriptor deprecated

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

Deprecated: Use UTXOResponse.ProtoReflect.Descriptor instead.

func (*UTXOResponse) GetItems deprecated

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

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

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 deprecated

type UTXOResponse_Item struct {

	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Sequence int32 `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// Deprecated: The entire proto file eproxy/btclike/v1/btclike.proto is marked as deprecated.
	PkScript string `protobuf:"bytes,4,opt,name=pk_script,json=pkScript,proto3" json:"pk_script,omitempty"`
	// contains filtered or unexported fields
}

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

func (*UTXOResponse_Item) Descriptor deprecated

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

Deprecated: Use UTXOResponse_Item.ProtoReflect.Descriptor instead.

func (*UTXOResponse_Item) GetAmount deprecated

func (x *UTXOResponse_Item) GetAmount() string

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

func (*UTXOResponse_Item) GetPkScript deprecated

func (x *UTXOResponse_Item) GetPkScript() string

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

func (*UTXOResponse_Item) GetSequence deprecated

func (x *UTXOResponse_Item) GetSequence() int32

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

func (*UTXOResponse_Item) GetTxHash deprecated

func (x *UTXOResponse_Item) GetTxHash() string

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

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