Open itegulov opened 3 days ago
Methods to control the sealing mode of the node:
#[rpc(name = "anvil_getAutomine")] fn get_auto_mine(&self) -> RpcResult<bool>; #[rpc(name = "anvil_setAutomine")] fn set_auto_mine(&self, enable: bool) -> RpcResult<()>; #[rpc(name = "anvil_setIntervalMining")] fn set_interval_mining(&self, secs: u64) -> RpcResult<()>;
Requires #362 and #405
Methods to control the sealing mode of the node:
Requires #362 and #405