pub struct GetConfigResponse {
Show 18 fields pub paused: bool, pub owner_id: Addr, pub min_tasks_per_agent: u64, pub agents_eject_threshold: u64, pub agent_active_indices: Vec<(SlotType, u32, u32)>, pub agent_nomination_duration: u16, pub cw_rules_addr: Addr, pub agent_fee: u64, pub gas_price: GasPrice, pub gas_base_fee: u64, pub gas_action_fee: u64, pub proxy_callback_gas: u32, pub slot_granularity_time: u64, pub cw20_whitelist: Vec<Addr>, pub native_denom: String, pub available_balance: GenericBalance, pub staked_balance: GenericBalance, pub limit: u64,
}

Fields§

§paused: bool§owner_id: Addr§min_tasks_per_agent: u64§agents_eject_threshold: u64§agent_active_indices: Vec<(SlotType, u32, u32)>§agent_nomination_duration: u16§cw_rules_addr: Addr§agent_fee: u64§gas_price: GasPrice§gas_base_fee: u64§gas_action_fee: u64§proxy_callback_gas: u32§slot_granularity_time: u64§cw20_whitelist: Vec<Addr>§native_denom: String§available_balance: GenericBalance§staked_balance: GenericBalance§limit: u64

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
The name of the generated JSON Schema. Read more
Generates a JSON Schema for this type. Read more
Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.