Documentation
¶
Index ¶
- Variables
- type EstimateSmartFeeRequest
- func (*EstimateSmartFeeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateSmartFeeRequest) GetConfTarget() int64
- func (*EstimateSmartFeeRequest) ProtoMessage()
- func (x *EstimateSmartFeeRequest) ProtoReflect() protoreflect.Message
- func (x *EstimateSmartFeeRequest) Reset()
- func (x *EstimateSmartFeeRequest) String() string
- type EstimateSmartFeeResponse
- func (*EstimateSmartFeeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EstimateSmartFeeResponse) GetErrors() []string
- func (x *EstimateSmartFeeResponse) GetFeeRate() float64
- func (*EstimateSmartFeeResponse) ProtoMessage()
- func (x *EstimateSmartFeeResponse) ProtoReflect() protoreflect.Message
- func (x *EstimateSmartFeeResponse) Reset()
- func (x *EstimateSmartFeeResponse) String() string
- type GetBlockchainInfoResponse
- func (*GetBlockchainInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBlockchainInfoResponse) GetBestBlockHash() string
- func (x *GetBlockchainInfoResponse) GetBlocks() uint32
- func (x *GetBlockchainInfoResponse) GetChain() string
- func (x *GetBlockchainInfoResponse) GetHeaders() uint32
- func (x *GetBlockchainInfoResponse) GetInitialBlockDownload() bool
- func (*GetBlockchainInfoResponse) ProtoMessage()
- func (x *GetBlockchainInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GetBlockchainInfoResponse) Reset()
- func (x *GetBlockchainInfoResponse) String() string
- type ListPeersResponse
- type ListRecentBlocksRequest
- func (*ListRecentBlocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecentBlocksRequest) GetCount() int64
- func (*ListRecentBlocksRequest) ProtoMessage()
- func (x *ListRecentBlocksRequest) ProtoReflect() protoreflect.Message
- func (x *ListRecentBlocksRequest) Reset()
- func (x *ListRecentBlocksRequest) String() string
- type ListRecentBlocksResponse
- func (*ListRecentBlocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecentBlocksResponse) GetRecentBlocks() []*ListRecentBlocksResponse_RecentBlock
- func (*ListRecentBlocksResponse) ProtoMessage()
- func (x *ListRecentBlocksResponse) ProtoReflect() protoreflect.Message
- func (x *ListRecentBlocksResponse) Reset()
- func (x *ListRecentBlocksResponse) String() string
- type ListRecentBlocksResponse_RecentBlock
- func (*ListRecentBlocksResponse_RecentBlock) Descriptor() ([]byte, []int)deprecated
- func (x *ListRecentBlocksResponse_RecentBlock) GetBlockHeight() uint32
- func (x *ListRecentBlocksResponse_RecentBlock) GetBlockTime() *timestamppb.Timestamp
- func (x *ListRecentBlocksResponse_RecentBlock) GetHash() string
- func (*ListRecentBlocksResponse_RecentBlock) ProtoMessage()
- func (x *ListRecentBlocksResponse_RecentBlock) ProtoReflect() protoreflect.Message
- func (x *ListRecentBlocksResponse_RecentBlock) Reset()
- func (x *ListRecentBlocksResponse_RecentBlock) String() string
- type ListUnconfirmedTransactionsRequest
- func (*ListUnconfirmedTransactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListUnconfirmedTransactionsRequest) GetCount() int64
- func (*ListUnconfirmedTransactionsRequest) ProtoMessage()
- func (x *ListUnconfirmedTransactionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListUnconfirmedTransactionsRequest) Reset()
- func (x *ListUnconfirmedTransactionsRequest) String() string
- type ListUnconfirmedTransactionsResponse
- func (*ListUnconfirmedTransactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUnconfirmedTransactionsResponse) GetUnconfirmedTransactions() []*UnconfirmedTransaction
- func (*ListUnconfirmedTransactionsResponse) ProtoMessage()
- func (x *ListUnconfirmedTransactionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUnconfirmedTransactionsResponse) Reset()
- func (x *ListUnconfirmedTransactionsResponse) String() string
- type Peer
- type UnconfirmedTransaction
- func (*UnconfirmedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *UnconfirmedTransaction) GetFeeSatoshi() uint64
- func (x *UnconfirmedTransaction) GetTime() *timestamppb.Timestamp
- func (x *UnconfirmedTransaction) GetTxid() string
- func (x *UnconfirmedTransaction) GetVirtualSize() uint32
- func (x *UnconfirmedTransaction) GetWeight() uint32
- func (*UnconfirmedTransaction) ProtoMessage()
- func (x *UnconfirmedTransaction) ProtoReflect() protoreflect.Message
- func (x *UnconfirmedTransaction) Reset()
- func (x *UnconfirmedTransaction) String() string
Constants ¶
This section is empty.
Variables ¶
var File_bitcoind_v1_bitcoind_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EstimateSmartFeeRequest ¶
type EstimateSmartFeeRequest struct {
ConfTarget int64 `protobuf:"varint,1,opt,name=conf_target,json=confTarget,proto3" json:"conf_target,omitempty"`
// contains filtered or unexported fields
}
func (*EstimateSmartFeeRequest) Descriptor
deprecated
func (*EstimateSmartFeeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EstimateSmartFeeRequest.ProtoReflect.Descriptor instead.
func (*EstimateSmartFeeRequest) GetConfTarget ¶
func (x *EstimateSmartFeeRequest) GetConfTarget() int64
func (*EstimateSmartFeeRequest) ProtoMessage ¶
func (*EstimateSmartFeeRequest) ProtoMessage()
func (*EstimateSmartFeeRequest) ProtoReflect ¶
func (x *EstimateSmartFeeRequest) ProtoReflect() protoreflect.Message
func (*EstimateSmartFeeRequest) Reset ¶
func (x *EstimateSmartFeeRequest) Reset()
func (*EstimateSmartFeeRequest) String ¶
func (x *EstimateSmartFeeRequest) String() string
type EstimateSmartFeeResponse ¶
type EstimateSmartFeeResponse struct {
FeeRate float64 `protobuf:"fixed64,1,opt,name=fee_rate,json=feeRate,proto3" json:"fee_rate,omitempty"`
Errors []string `protobuf:"bytes,2,rep,name=errors,proto3" json:"errors,omitempty"`
// contains filtered or unexported fields
}
func (*EstimateSmartFeeResponse) Descriptor
deprecated
func (*EstimateSmartFeeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EstimateSmartFeeResponse.ProtoReflect.Descriptor instead.
func (*EstimateSmartFeeResponse) GetErrors ¶
func (x *EstimateSmartFeeResponse) GetErrors() []string
func (*EstimateSmartFeeResponse) GetFeeRate ¶
func (x *EstimateSmartFeeResponse) GetFeeRate() float64
func (*EstimateSmartFeeResponse) ProtoMessage ¶
func (*EstimateSmartFeeResponse) ProtoMessage()
func (*EstimateSmartFeeResponse) ProtoReflect ¶
func (x *EstimateSmartFeeResponse) ProtoReflect() protoreflect.Message
func (*EstimateSmartFeeResponse) Reset ¶
func (x *EstimateSmartFeeResponse) Reset()
func (*EstimateSmartFeeResponse) String ¶
func (x *EstimateSmartFeeResponse) String() string
type GetBlockchainInfoResponse ¶
type GetBlockchainInfoResponse struct {
Chain string `protobuf:"bytes,1,opt,name=chain,proto3" json:"chain,omitempty"`
Blocks uint32 `protobuf:"varint,2,opt,name=blocks,proto3" json:"blocks,omitempty"`
Headers uint32 `protobuf:"varint,3,opt,name=headers,proto3" json:"headers,omitempty"`
BestBlockHash string `protobuf:"bytes,4,opt,name=best_block_hash,json=bestBlockHash,proto3" json:"best_block_hash,omitempty"`
InitialBlockDownload bool `protobuf:"varint,8,opt,name=initial_block_download,json=initialBlockDownload,proto3" json:"initial_block_download,omitempty"`
// contains filtered or unexported fields
}
func (*GetBlockchainInfoResponse) Descriptor
deprecated
func (*GetBlockchainInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBlockchainInfoResponse.ProtoReflect.Descriptor instead.
func (*GetBlockchainInfoResponse) GetBestBlockHash ¶
func (x *GetBlockchainInfoResponse) GetBestBlockHash() string
func (*GetBlockchainInfoResponse) GetBlocks ¶
func (x *GetBlockchainInfoResponse) GetBlocks() uint32
func (*GetBlockchainInfoResponse) GetChain ¶
func (x *GetBlockchainInfoResponse) GetChain() string
func (*GetBlockchainInfoResponse) GetHeaders ¶
func (x *GetBlockchainInfoResponse) GetHeaders() uint32
func (*GetBlockchainInfoResponse) GetInitialBlockDownload ¶
func (x *GetBlockchainInfoResponse) GetInitialBlockDownload() bool
func (*GetBlockchainInfoResponse) ProtoMessage ¶
func (*GetBlockchainInfoResponse) ProtoMessage()
func (*GetBlockchainInfoResponse) ProtoReflect ¶
func (x *GetBlockchainInfoResponse) ProtoReflect() protoreflect.Message
func (*GetBlockchainInfoResponse) Reset ¶
func (x *GetBlockchainInfoResponse) Reset()
func (*GetBlockchainInfoResponse) String ¶
func (x *GetBlockchainInfoResponse) String() string
type ListPeersResponse ¶
type ListPeersResponse struct {
Peers []*Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
// contains filtered or unexported fields
}
func (*ListPeersResponse) Descriptor
deprecated
func (*ListPeersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListPeersResponse.ProtoReflect.Descriptor instead.
func (*ListPeersResponse) GetPeers ¶
func (x *ListPeersResponse) GetPeers() []*Peer
func (*ListPeersResponse) ProtoMessage ¶
func (*ListPeersResponse) ProtoMessage()
func (*ListPeersResponse) ProtoReflect ¶
func (x *ListPeersResponse) ProtoReflect() protoreflect.Message
func (*ListPeersResponse) Reset ¶
func (x *ListPeersResponse) Reset()
func (*ListPeersResponse) String ¶
func (x *ListPeersResponse) String() string
type ListRecentBlocksRequest ¶
type ListRecentBlocksRequest struct {
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*ListRecentBlocksRequest) Descriptor
deprecated
func (*ListRecentBlocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRecentBlocksRequest.ProtoReflect.Descriptor instead.
func (*ListRecentBlocksRequest) GetCount ¶
func (x *ListRecentBlocksRequest) GetCount() int64
func (*ListRecentBlocksRequest) ProtoMessage ¶
func (*ListRecentBlocksRequest) ProtoMessage()
func (*ListRecentBlocksRequest) ProtoReflect ¶
func (x *ListRecentBlocksRequest) ProtoReflect() protoreflect.Message
func (*ListRecentBlocksRequest) Reset ¶
func (x *ListRecentBlocksRequest) Reset()
func (*ListRecentBlocksRequest) String ¶
func (x *ListRecentBlocksRequest) String() string
type ListRecentBlocksResponse ¶
type ListRecentBlocksResponse struct {
RecentBlocks []*ListRecentBlocksResponse_RecentBlock `protobuf:"bytes,4,rep,name=recent_blocks,json=recentBlocks,proto3" json:"recent_blocks,omitempty"`
// contains filtered or unexported fields
}
func (*ListRecentBlocksResponse) Descriptor
deprecated
func (*ListRecentBlocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRecentBlocksResponse.ProtoReflect.Descriptor instead.
func (*ListRecentBlocksResponse) GetRecentBlocks ¶
func (x *ListRecentBlocksResponse) GetRecentBlocks() []*ListRecentBlocksResponse_RecentBlock
func (*ListRecentBlocksResponse) ProtoMessage ¶
func (*ListRecentBlocksResponse) ProtoMessage()
func (*ListRecentBlocksResponse) ProtoReflect ¶
func (x *ListRecentBlocksResponse) ProtoReflect() protoreflect.Message
func (*ListRecentBlocksResponse) Reset ¶
func (x *ListRecentBlocksResponse) Reset()
func (*ListRecentBlocksResponse) String ¶
func (x *ListRecentBlocksResponse) String() string
type ListRecentBlocksResponse_RecentBlock ¶
type ListRecentBlocksResponse_RecentBlock struct {
BlockTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=block_time,json=blockTime,proto3" json:"block_time,omitempty"`
BlockHeight uint32 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
Hash string `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
// contains filtered or unexported fields
}
func (*ListRecentBlocksResponse_RecentBlock) Descriptor
deprecated
func (*ListRecentBlocksResponse_RecentBlock) Descriptor() ([]byte, []int)
Deprecated: Use ListRecentBlocksResponse_RecentBlock.ProtoReflect.Descriptor instead.
func (*ListRecentBlocksResponse_RecentBlock) GetBlockHeight ¶
func (x *ListRecentBlocksResponse_RecentBlock) GetBlockHeight() uint32
func (*ListRecentBlocksResponse_RecentBlock) GetBlockTime ¶
func (x *ListRecentBlocksResponse_RecentBlock) GetBlockTime() *timestamppb.Timestamp
func (*ListRecentBlocksResponse_RecentBlock) GetHash ¶
func (x *ListRecentBlocksResponse_RecentBlock) GetHash() string
func (*ListRecentBlocksResponse_RecentBlock) ProtoMessage ¶
func (*ListRecentBlocksResponse_RecentBlock) ProtoMessage()
func (*ListRecentBlocksResponse_RecentBlock) ProtoReflect ¶
func (x *ListRecentBlocksResponse_RecentBlock) ProtoReflect() protoreflect.Message
func (*ListRecentBlocksResponse_RecentBlock) Reset ¶
func (x *ListRecentBlocksResponse_RecentBlock) Reset()
func (*ListRecentBlocksResponse_RecentBlock) String ¶
func (x *ListRecentBlocksResponse_RecentBlock) String() string
type ListUnconfirmedTransactionsRequest ¶
type ListUnconfirmedTransactionsRequest struct {
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
// contains filtered or unexported fields
}
func (*ListUnconfirmedTransactionsRequest) Descriptor
deprecated
func (*ListUnconfirmedTransactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUnconfirmedTransactionsRequest.ProtoReflect.Descriptor instead.
func (*ListUnconfirmedTransactionsRequest) GetCount ¶
func (x *ListUnconfirmedTransactionsRequest) GetCount() int64
func (*ListUnconfirmedTransactionsRequest) ProtoMessage ¶
func (*ListUnconfirmedTransactionsRequest) ProtoMessage()
func (*ListUnconfirmedTransactionsRequest) ProtoReflect ¶
func (x *ListUnconfirmedTransactionsRequest) ProtoReflect() protoreflect.Message
func (*ListUnconfirmedTransactionsRequest) Reset ¶
func (x *ListUnconfirmedTransactionsRequest) Reset()
func (*ListUnconfirmedTransactionsRequest) String ¶
func (x *ListUnconfirmedTransactionsRequest) String() string
type ListUnconfirmedTransactionsResponse ¶
type ListUnconfirmedTransactionsResponse struct {
UnconfirmedTransactions []*UnconfirmedTransaction `` /* 130-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*ListUnconfirmedTransactionsResponse) Descriptor
deprecated
func (*ListUnconfirmedTransactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUnconfirmedTransactionsResponse.ProtoReflect.Descriptor instead.
func (*ListUnconfirmedTransactionsResponse) GetUnconfirmedTransactions ¶
func (x *ListUnconfirmedTransactionsResponse) GetUnconfirmedTransactions() []*UnconfirmedTransaction
func (*ListUnconfirmedTransactionsResponse) ProtoMessage ¶
func (*ListUnconfirmedTransactionsResponse) ProtoMessage()
func (*ListUnconfirmedTransactionsResponse) ProtoReflect ¶
func (x *ListUnconfirmedTransactionsResponse) ProtoReflect() protoreflect.Message
func (*ListUnconfirmedTransactionsResponse) Reset ¶
func (x *ListUnconfirmedTransactionsResponse) Reset()
func (*ListUnconfirmedTransactionsResponse) String ¶
func (x *ListUnconfirmedTransactionsResponse) String() string
type Peer ¶
type Peer struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
SyncedBlocks int32 `protobuf:"varint,3,opt,name=synced_blocks,json=syncedBlocks,proto3" json:"synced_blocks,omitempty"`
// contains filtered or unexported fields
}
func (*Peer) Descriptor
deprecated
func (*Peer) GetSyncedBlocks ¶
func (*Peer) ProtoMessage ¶
func (*Peer) ProtoMessage()
func (*Peer) ProtoReflect ¶
func (x *Peer) ProtoReflect() protoreflect.Message
type UnconfirmedTransaction ¶
type UnconfirmedTransaction struct {
VirtualSize uint32 `protobuf:"varint,1,opt,name=virtual_size,json=virtualSize,proto3" json:"virtual_size,omitempty"`
Weight uint32 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"`
Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
Txid string `protobuf:"bytes,4,opt,name=txid,proto3" json:"txid,omitempty"`
FeeSatoshi uint64 `protobuf:"varint,5,opt,name=fee_satoshi,json=feeSatoshi,proto3" json:"fee_satoshi,omitempty"`
// contains filtered or unexported fields
}
func (*UnconfirmedTransaction) Descriptor
deprecated
func (*UnconfirmedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use UnconfirmedTransaction.ProtoReflect.Descriptor instead.
func (*UnconfirmedTransaction) GetFeeSatoshi ¶
func (x *UnconfirmedTransaction) GetFeeSatoshi() uint64
func (*UnconfirmedTransaction) GetTime ¶
func (x *UnconfirmedTransaction) GetTime() *timestamppb.Timestamp
func (*UnconfirmedTransaction) GetTxid ¶
func (x *UnconfirmedTransaction) GetTxid() string
func (*UnconfirmedTransaction) GetVirtualSize ¶
func (x *UnconfirmedTransaction) GetVirtualSize() uint32
func (*UnconfirmedTransaction) GetWeight ¶
func (x *UnconfirmedTransaction) GetWeight() uint32
func (*UnconfirmedTransaction) ProtoMessage ¶
func (*UnconfirmedTransaction) ProtoMessage()
func (*UnconfirmedTransaction) ProtoReflect ¶
func (x *UnconfirmedTransaction) ProtoReflect() protoreflect.Message
func (*UnconfirmedTransaction) Reset ¶
func (x *UnconfirmedTransaction) Reset()
func (*UnconfirmedTransaction) String ¶
func (x *UnconfirmedTransaction) String() string