[][src]Module exonum_btc_anchoring::sync

Building blocks of the anchoring sync utility.

Structs

AnchoringChainUpdateTask

Signs the inputs of the anchoring transaction proposal by the corresponding Bitcoin private keys.

SyncWithBitcoinTask

Pushes anchoring transactions to the Bitcoin blockchain.

Enums

ChainUpdateError

Errors that occur when updating the anchoring chain.

SyncWithBitcoinError

Errors that occur when updating the sync with Bitcoin task.

TransactionStatus

Status of the transaction in the Bitcoin network.

Traits

BitcoinRelay

Describes communication with the Bitcoin network node.

Type Definitions

TransactionWithIndex

Anchoring transaction with its index in the anchoring chain.