bitcoindevkit / rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.
MIT License
29 stars 44 forks source link

Consider renaming types Vin, Vout #77

Open ValuedMammal opened 8 months ago

ValuedMammal commented 8 months ago

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)