Struct electrum_client::GetMerkleRes [−][src]
Expand description
Response to a transaction_get_merkle request.
Fields
block_height: usizeHeight of the block that confirmed the transaction
pos: usizePosition in the block of the transaction.
merkle: Vec<[u8; 32]>The merkle path of the transaction.
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