pub struct GovernanceSCProxy;Expand description
Proxy for the Governance system smart contract.
Trait Implementations§
Source§impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for GovernanceSCProxy
impl<Env, From, To, Gas> TxProxyTrait<Env, From, To, Gas> for GovernanceSCProxy
type TxProxyMethods = GovernanceSCProxyMethods<Env, From, To, Gas>
Source§fn proxy_methods(
self,
tx: Tx<Env, From, To, (), Gas, (), ()>,
) -> Self::TxProxyMethods
fn proxy_methods( self, tx: Tx<Env, From, To, (), Gas, (), ()>, ) -> Self::TxProxyMethods
Creates the associated type that contains the proxy methods implementations.
Auto Trait Implementations§
impl Freeze for GovernanceSCProxy
impl RefUnwindSafe for GovernanceSCProxy
impl Send for GovernanceSCProxy
impl Sync for GovernanceSCProxy
impl Unpin for GovernanceSCProxy
impl UnsafeUnpin for GovernanceSCProxy
impl UnwindSafe for GovernanceSCProxy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more