Struct bitcoin_explorer::parser::proto::full_proto::FBlock [−][src]
pub struct FBlock {
pub header: FBlockHeader,
pub txdata: Vec<FTransaction>,
}Expand description
Block in a full format.
A FBlock compared to a Block has the following more
attributes computed:
block hashtransaction idoutput addressesoutput script types
Fields
header: FBlockHeadertxdata: Vec<FTransaction>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more