Struct bitcoinchain_params::ChainTxData
source · pub struct ChainTxData { /* private fields */ }
Expand description
| Holds various statistics on transactions | within a chain. Used to estimate verification | progress during chain sync. | | See also: CChainParams::TxData, | | GuessVerificationProgress. |
Trait Implementations§
source§impl Default for ChainTxData
impl Default for ChainTxData
source§fn default() -> ChainTxData
fn default() -> ChainTxData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ChainTxData
impl Send for ChainTxData
impl Sync for ChainTxData
impl Unpin for ChainTxData
impl UnwindSafe for ChainTxData
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more