Trait tetcore_subxt::sudo::SudoUncheckedWeightCallExt [−][src]
Call extension trait.
Required methods
fn sudo_unchecked_weight<'a>(
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<T::Hash, Error>> + Send + 'a>>[src]
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<T::Hash, Error>> + Send + 'a>>
Create and submit an extrinsic.
fn sudo_unchecked_weight_and_watch<'a>(
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>[src]
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>
Create, submit and watch an extrinsic.
Implementors
impl<T: Runtime + Sudo> SudoUncheckedWeightCallExt<T> for Client<T> where
<<T::Extra as SignedExtra<T>>::Extra as SignedExtension>::AdditionalSigned: Send + Sync, [src]
<<T::Extra as SignedExtra<T>>::Extra as SignedExtension>::AdditionalSigned: Send + Sync,
fn sudo_unchecked_weight<'a>(
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<T::Hash, Error>> + Send + 'a>>[src]
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<T::Hash, Error>> + Send + 'a>>
fn sudo_unchecked_weight_and_watch<'a>(
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>[src]
&'a self,
signer: &'a (dyn Signer<T> + Send + Sync),
call: &'a Encoded,
weight: Weight
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>