Firaenix / bsv-wasm

BSV stdlib written in Rust and runs in WASM environments
MIT License
69 stars 18 forks source link

TxOut Script Naming #57

Open breavyn opened 2 years ago

breavyn commented 2 years ago

Note: this is separate to the TxIn script name that was fixed in 4ca0fcb9fd091a82f49a6b5aa19aa6027ee5c35a.

https://github.com/Firaenix/bsv-wasm/blob/fa5aceaad3dfd14b368e89b7ae50d3afe38c93ed/src/transaction/txout.rs#L16 https://github.com/Firaenix/bsv-wasm/blob/fa5aceaad3dfd14b368e89b7ae50d3afe38c93ed/src/transaction/txout.rs#L105

This member and related methods should be referred to as script or locking_script.