chaintope / rust-tapyrus

Other
1 stars 4 forks source link

Use 'TPC/tapyrus' instead 'BTC/satoshi' as the unit #49

Closed Yamaguchi closed 3 months ago

Yamaguchi commented 3 months ago

see #39

This PR ports #29

29 contains commit 864c2940c256acd2cd22414f02637e1b70aafbcb, which implements the utility method (is_multisig) required by the REST API.

However, a method with equivalent functionality is implemented in tapyrus/src/blockdata/script/borrowed.rs and is not included in this PR.