mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
Update interface.go
This commit is contained in:
parent
035ecafc22
commit
f489ee5550
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ type StateDB interface {
|
|||
SelfDestruct6780(common.Address) (uint256.Int, bool)
|
||||
|
||||
// Exist reports whether the given account exists in state.
|
||||
// Notably this also returns true for self-destructed accounts within the current transaction.
|
||||
Exist(common.Address) bool
|
||||
// Empty returns whether the given account is empty. Empty
|
||||
// is defined according to EIP161 (balance = nonce = code = 0).
|
||||
|
|
|
|||
Loading…
Reference in a new issue