Struct ethers_core::utils::AnvilInstance
source · pub struct AnvilInstance { /* private fields */ }
Expand description
An anvil CLI instance. Will close the instance when dropped.
Construct this using Anvil
Implementations§
source§impl AnvilInstance
impl AnvilInstance
sourcepub fn keys(&self) -> &[K256SecretKey]
pub fn keys(&self) -> &[K256SecretKey]
Returns the private keys used to instantiate this instance
sourcepub fn ws_endpoint(&self) -> String
pub fn ws_endpoint(&self) -> String
Returns the Websocket endpoint of this instance