multiversx_sc_snippets

Type Alias HttpInteractor

Source
pub type HttpInteractor = InteractorBase<GatewayHttpProxy>;

Aliased Type§

struct HttpInteractor {
    pub proxy: GatewayHttpProxy,
    pub use_chain_simulator: bool,
    pub network_config: NetworkConfig,
    pub sender_map: HashMap<Address, Sender>,
    pub waiting_time_ms: u64,
    pub pre_runners: ScenarioRunnerList,
    pub post_runners: ScenarioRunnerList,
    pub current_dir: PathBuf,
}

Fields§

§proxy: GatewayHttpProxy§use_chain_simulator: bool§network_config: NetworkConfig§sender_map: HashMap<Address, Sender>§waiting_time_ms: u64§pre_runners: ScenarioRunnerList§post_runners: ScenarioRunnerList§current_dir: PathBuf