| 50 | } |
| 51 | |
| 52 | BlockHeader Interface::blockInfo(BlockNumber _block) const |
| 53 | { |
| 54 | if (_block == PendingBlock) |
| 55 | return pendingInfo(); |
| 56 | return blockInfo(hashFromNumber(_block)); |
| 57 | } |
| 58 | |
| 59 | BlockDetails Interface::blockDetails(BlockNumber _block) const |
| 60 | { |
no outgoing calls
no test coverage detected