Exist reports whether the given account exists in state. Notably this should also return true for suicided accounts.
(common.Address)
| 51 | // Exist reports whether the given account exists in state. |
| 52 | // Notably this should also return true for suicided accounts. |
| 53 | Exist(common.Address) bool |
| 54 | // Empty returns whether the given account is empty. Empty |
| 55 | // is defined according to EIP161 (balance = nonce = code = 0). |
| 56 | Empty(common.Address) bool |
no outgoing calls