package
0.0.0-20220427123902-07a5fb377621
Repository: https://github.com/ekliptor/bchd-monitor.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
Live public network with monetary value.
An isolated environment for automated testing.
Private testnets for large scale simulations (or stress testing), where a specified list of nodes is used, rather than node discovery.
A public environment where monetary value is agreed to be zero, and some checks for transaction conformity are disabled.
A transaction in a block.
A transaction in mempool.

# Variables

Enum value maps for BlockNotification_Type.
Enum value maps for BlockNotification_Type.
No description provided by the author
Enum value maps for GetBlockchainInfoResponse_BitcoinNet.
Enum value maps for GetBlockchainInfoResponse_BitcoinNet.
Enum value maps for TransactionNotification_Type.
Enum value maps for TransactionNotification_Type.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Metadata for identifying and validating a block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get marshaled transactions related to a specific address.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request headers using a list of known block hashes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get encoded transactions related to a specific address.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Get an encoded transaction from a transaction hash.
No description provided by the author
Get a transaction from a transaction hash.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Options to define data structure to be sent by SubscribeBlock stream: - BlockInfo (block metadata): `BlockInfo` - SubscribeBlocksRequest {} - Marshaled Block (with transaction hashes): `Block` - SubscribeBlocksRequest { full_block = true } - Marshaled Block (with full transaction data): `Block` - SubscribeBlocksRequest { full_block = true full_transactions = true } - Serialized Block acccording to bitcoin protocol encoding: `bytes` - SubscribeBlocksRequest { serialize_block = true }.
Request to subscribe or unsubscribe from a stream of transactions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedBchrpcServer can be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BchrpcClient is the client API for Bchrpc service.
BchrpcServer is the server API for Bchrpc service.

# Type aliases

State of the block in relation to the chain.
Bitcoin network types.
State of the transaction acceptance.