Struct bitcoin_indexed_chain::MerkleTx
source · pub struct MerkleTx {}
Expand description
| Legacy class used for deserializing | vtxPrev for backwards compatibility. | vtxPrev was removed in commit 93a18a3650292afbb441a47d1fa1b94aeb0164e3, | but old wallet.dat files may still contain | vtxPrev vectors of CMerkleTxs. | | These need to get deserialized for field | alignment when deserializing a CWalletTx, | but the deserialized values are discarded.* |
Implementations§
source§impl MerkleTx
impl MerkleTx
pub fn unserialize<Stream>(&mut self, s: &mut Stream)
Auto Trait Implementations§
impl RefUnwindSafe for MerkleTx
impl Send for MerkleTx
impl Sync for MerkleTx
impl Unpin for MerkleTx
impl UnwindSafe for MerkleTx
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