mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update backend.go
This commit is contained in:
parent
c073cba22a
commit
65b1e7e863
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ type BlockHashContractCaller interface {
|
||||||
// CodeAtHash returns the code of the given account in the state at the specified block hash.
|
// CodeAtHash returns the code of the given account in the state at the specified block hash.
|
||||||
CodeAtHash(ctx context.Context, contract common.Address, blockHash common.Hash) ([]byte, error)
|
CodeAtHash(ctx context.Context, contract common.Address, blockHash common.Hash) ([]byte, error)
|
||||||
|
|
||||||
// CallContractAtHash executes an Ethereum contract all against the state at the specified block hash.
|
// CallContractAtHash executes an Ethereum contract call against the state at the specified block hash.
|
||||||
CallContractAtHash(ctx context.Context, call ethereum.CallMsg, blockHash common.Hash) ([]byte, error)
|
CallContractAtHash(ctx context.Context, call ethereum.CallMsg, blockHash common.Hash) ([]byte, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue