(self, testnet=False)
| 293 | return result |
| 294 | |
| 295 | def fetch_tx(self, testnet=False): |
| 296 | return TxFetcher.fetch(self.prev_tx.hex(), testnet=testnet) |
| 297 | |
| 298 | def value(self, testnet=False): |
| 299 | '''Get the outpoint value by looking up the tx hash |
no test coverage detected