Struct bitcoin_rest::UtxoData [−][src]
pub struct UtxoData {
pub chain_height: u32,
pub chaintip_hash: String,
pub bitmap: String,
pub utxos: Vec<Utxo>,
}Fields
chain_height: u32chaintip_hash: Stringbitmap: Stringutxos: Vec<Utxo>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
Auto Trait Implementations
impl RefUnwindSafe for UtxoDataimpl UnwindSafe for UtxoData