pub trait EndpointWrappers: ContractBase + GovernanceConfigurablePropertiesModule {
Show 15 methods
// Provided methods
fn call_change_quorum(&self) { ... }
fn call_change_min_token_balance_for_proposing(&self) { ... }
fn call_change_voting_delay_in_blocks(&self) { ... }
fn call_change_voting_period_in_blocks(&self) { ... }
fn call_change_lock_time_after_voting_ends_in_blocks(&self) { ... }
fn call_governance_token_id(&self) { ... }
fn call_quorum(&self) { ... }
fn call_min_fee_for_propose(&self) { ... }
fn call_min_token_balance_for_proposing(&self) { ... }
fn call_voting_delay_in_blocks(&self) { ... }
fn call_voting_period_in_blocks(&self) { ... }
fn call_lock_time_after_voting_ends_in_blocks(&self) { ... }
fn call(&self, fn_name: &str) -> bool { ... }
fn callback_selector(
&self,
___cb_closure___: CallbackClosureForDeser<Self::Api>,
) -> CallbackSelectorResult<Self::Api> { ... }
fn callback(&self) { ... }
}
Provided Methods§
fn call_change_quorum(&self)
fn call_change_min_token_balance_for_proposing(&self)
fn call_change_voting_delay_in_blocks(&self)
fn call_change_voting_period_in_blocks(&self)
fn call_change_lock_time_after_voting_ends_in_blocks(&self)
fn call_governance_token_id(&self)
fn call_quorum(&self)
fn call_min_fee_for_propose(&self)
fn call_min_token_balance_for_proposing(&self)
fn call_voting_delay_in_blocks(&self)
fn call_voting_period_in_blocks(&self)
fn call_lock_time_after_voting_ends_in_blocks(&self)
fn call(&self, fn_name: &str) -> bool
fn callback_selector( &self, ___cb_closure___: CallbackClosureForDeser<Self::Api>, ) -> CallbackSelectorResult<Self::Api>
fn callback(&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.