[][src]Module exonum_btc_anchoring::api

Bitcoin Anchoring HTTP API.

Anchoring API is divided into public and private parts, with public part intended for unauthorized use, and private part intended to be used by sync module. Private part is implementation detail and should not be used directly.

Structs

AnchoringChainLength

Total length of anchoring transaction chain.

FindTransactionQuery

Query parameters for the find transaction request.

IndexQuery

Query parameters for the anchoring transaction request.

TransactionProof

A proof of existence for an anchoring transaction at the given height.

Enums

AnchoringProposalState

State of the next anchoring transaction proposal.

Traits

PrivateApi

Private API client for the Exonum Bitcoin anchoring service.

PublicApi

Public API client for the Exonum Bitcoin anchoring service.