Struct chainseeker::BlockWithTxs [−][src]
pub struct BlockWithTxs {}
Fields
height: u32
header: String
hash: String
version: i32
previousblockhash: String
merkleroot: String
time: u32
bits: String
difficulty: f64
nonce: u32
size: u32
strippedsize: u32
weight: u32
txs: Vec<Transaction>
Trait Implementations
impl Clone for BlockWithTxs
[src]
impl Clone for BlockWithTxs
[src]fn clone(&self) -> BlockWithTxs
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for BlockWithTxs
[src]
impl<'de> Deserialize<'de> for BlockWithTxs
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<BlockWithTxs> for BlockWithTxs
[src]
impl PartialEq<BlockWithTxs> for BlockWithTxs
[src]fn eq(&self, other: &BlockWithTxs) -> bool
[src]
fn ne(&self, other: &BlockWithTxs) -> bool
[src]
impl Serialize for BlockWithTxs
[src]
impl Serialize for BlockWithTxs
[src]impl StructuralPartialEq for BlockWithTxs
[src]
Auto Trait Implementations
impl RefUnwindSafe for BlockWithTxs
impl Send for BlockWithTxs
impl Sync for BlockWithTxs
impl Unpin for BlockWithTxs
impl UnwindSafe for BlockWithTxs
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,