rust-esplora-client
rust-esplora-client copied to clipboard
Consider renaming types Vin, Vout
To me the name 'vin' suggests a 'vector of transaction inputs', therefore the elements of the input vector cannot also be called a Vin, correct me if I'm wrong.
Recommend:
Vin -> TxIn (or similar) Vout -> TxOut (or similar)