(self, testnet=False)
| 446 | return result |
| 447 | |
| 448 | def fetch_tx(self, testnet=False): |
| 449 | return TxFetcher.fetch(self.prev_tx.hex(), testnet=testnet) |
| 450 | |
| 451 | def value(self, testnet=False): |
| 452 | '''Get the outpoint value by looking up the tx hash |
no test coverage detected