mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-15 17:30:44 +00:00
Signed-off-by: jsvisa <delweng@gmail.com> Co-authored-by: Delweng <delweng@gmail.com>
This commit is contained in:
parent
6f36533962
commit
17e6757daa
1 changed files with 5 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ func (ec *Client) Close() {
|
||||||
ec.c.Close()
|
ec.c.Close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Client gets the underlying RPC client.
|
||||||
|
func (ec *Client) Client() *rpc.Client {
|
||||||
|
return ec.c
|
||||||
|
}
|
||||||
|
|
||||||
// Blockchain Access
|
// Blockchain Access
|
||||||
|
|
||||||
// ChainID retrieves the current chain ID for transaction replay protection.
|
// ChainID retrieves the current chain ID for transaction replay protection.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue