Struct bitcoin_explorer::parser::proto::full_proto::FTransaction [−][src]
pub struct FTransaction {
pub version: i32,
pub lock_time: u32,
pub txid: Txid,
pub input: Vec<TxIn>,
pub output: Vec<FTxOut>,
}Expand description
FTransaction compared to Transaction has the following
precomputed:
transaction IDoutput script typeoutput addresses
Fields
version: i32lock_time: u32txid: Txidinput: Vec<TxIn>List of inputs
output: Vec<FTxOut>List of outputs
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
obtain addresses for each output