pub struct DelegationManagerSCProxyMethods<Env, From, To, Gas>{ /* private fields */ }Expand description
Method container of the Delegation Manager smart contract proxy.
Implementations§
Source§impl<Env, From, To, Gas> DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> DelegationManagerSCProxyMethods<Env, From, To, Gas>
Sourcepub fn create_new_delegation_contract<Arg0: ProxyArg<BigUint<Env::Api>>, Arg1: ProxyArg<BigUint<Env::Api>>, EgldValue: TxEgldValue<Env>>(
self,
total_delegation_cap: Arg0,
service_fee: Arg1,
amount: EgldValue,
) -> TxTypedCall<Env, From, To, Egld<EgldValue>, Gas, ()>
pub fn create_new_delegation_contract<Arg0: ProxyArg<BigUint<Env::Api>>, Arg1: ProxyArg<BigUint<Env::Api>>, EgldValue: TxEgldValue<Env>>( self, total_delegation_cap: Arg0, service_fee: Arg1, amount: EgldValue, ) -> TxTypedCall<Env, From, To, Egld<EgldValue>, Gas, ()>
Field “amount” requires at least 1250 EGLD.
pub fn get_all_contract_addresses( self, ) -> TxTypedCall<Env, From, To, NotPayable, Gas, ManagedVec<Env::Api, ManagedAddress<Env::Api>>>
Auto Trait Implementations§
impl<Env, From, To, Gas> Freeze for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> RefUnwindSafe for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Send for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Sync for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> Unpin for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> UnsafeUnpin for DelegationManagerSCProxyMethods<Env, From, To, Gas>
impl<Env, From, To, Gas> UnwindSafe for DelegationManagerSCProxyMethods<Env, From, To, Gas>
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