Empty returns whether the given account is empty. Empty is defined according to EIP161 (balance = nonce = code = 0).
(common.Address)
| 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 |
| 57 | |
| 58 | RevertToSnapshot(int) |
| 59 | Snapshot() int |
no outgoing calls