blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
16 stars 17 forks source link

Provide block number in the struct AddressUtxo #36

Closed f-squirrel closed 1 year ago

f-squirrel commented 1 year ago

At the moment, it contains only block hash (despite the name of the variable saying it is a number):

    /// Block number of the UTXO.
    pub block: String,