ethclient: add DialContext and Close (#16318)
DialContext allows users to pass a Context object for cancellation. Close closes the underlying RPC connection.
Showing
Please register or sign in to comment
DialContext allows users to pass a Context object for cancellation. Close closes the underlying RPC connection.