pub trait EndpointWrappers: ContractBase + GovernanceConfigurablePropertiesModule {
Show 15 methods
// Provided methods
fn call_change_quorum(&mut self) { ... }
fn call_change_min_token_balance_for_proposing(&mut self) { ... }
fn call_change_voting_delay_in_blocks(&mut self) { ... }
fn call_change_voting_period_in_blocks(&mut self) { ... }
fn call_change_lock_time_after_voting_ends_in_blocks(&mut self) { ... }
fn call_governance_token_id(&mut self) { ... }
fn call_quorum(&mut self) { ... }
fn call_min_fee_for_propose(&mut self) { ... }
fn call_min_token_balance_for_proposing(&mut self) { ... }
fn call_voting_delay_in_blocks(&mut self) { ... }
fn call_voting_period_in_blocks(&mut self) { ... }
fn call_lock_time_after_voting_ends_in_blocks(&mut self) { ... }
fn call(&mut self, fn_name: &str) -> bool { ... }
fn callback_selector(
&mut self,
___cb_closure___: &CallbackClosureForDeser<Self::Api>,
) -> CallbackSelectorResult { ... }
fn callback(&mut self) { ... }
}
Provided Methods§
fn call_change_quorum(&mut self)
fn call_change_min_token_balance_for_proposing(&mut self)
fn call_change_voting_delay_in_blocks(&mut self)
fn call_change_voting_period_in_blocks(&mut self)
fn call_change_lock_time_after_voting_ends_in_blocks(&mut self)
fn call_governance_token_id(&mut self)
fn call_quorum(&mut self)
fn call_min_fee_for_propose(&mut self)
fn call_min_token_balance_for_proposing(&mut self)
fn call_voting_delay_in_blocks(&mut self)
fn call_voting_period_in_blocks(&mut self)
fn call_lock_time_after_voting_ends_in_blocks(&mut self)
fn call(&mut self, fn_name: &str) -> bool
fn callback_selector( &mut self, ___cb_closure___: &CallbackClosureForDeser<Self::Api>, ) -> CallbackSelectorResult
fn callback(&mut self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.