Docs.rs
bitcoinkernel-covenants-0.0.23
bitcoinkernel-covenants 0.0.23
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
stutxo
Dependencies
libbitcoinkernel-sys-covenants ^0.0.22
normal
bitcoin ^0.31
dev
env_logger ^0.11
dev
hex ^0.4
dev
log ^0.4
dev
secp256k1 ^0.28
dev
silentpayments ^0.1
dev
tempdir ^0.3
dev
Versions
55.81%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
HeaderTip
bitcoinkernel_
covenants
0.0.23
Header
Tip
Implementors
In crate bitcoinkernel_
covenants
bitcoinkernel_covenants
Trait
Header
Tip
Copy item path
Source
pub trait HeaderTip:
Fn
(
SynchronizationState
,
i64
,
i64
,
bool
) { }
Expand description
A new best block header was added.
Implementors
§
Source
§
impl<F:
Fn
(
SynchronizationState
,
i64
,
i64
,
bool
)>
HeaderTip
for F