Struct ethers_core::utils::GethInstance [−][src]
pub struct GethInstance { /* fields omitted */ }
Expand description
A geth instance. Will close the instance when dropped.
Construct this using Geth
Implementations
This is supported on non-WebAssembly only.
This is supported on non-WebAssembly only.
Returns the port of this instance
This is supported on non-WebAssembly only.
This is supported on non-WebAssembly only.
Returns the HTTP endpoint of this instance
This is supported on non-WebAssembly only.
This is supported on non-WebAssembly only.
Returns the Websocket endpoint of this instance
This is supported on non-WebAssembly only.