| 1354 | } |
| 1355 | |
| 1356 | void EVMHostPrinter::balance() |
| 1357 | { |
| 1358 | m_stateStream << "BALANCE " |
| 1359 | << m_host.convertFromEVMC(m_host.get_balance(m_account)) |
| 1360 | << std::endl; |
| 1361 | } |
| 1362 | |
| 1363 | void EVMHostPrinter::selfdestructRecords() |
| 1364 | { |
nothing calls this directly
no test coverage detected