[−][src]Trait substrate_subxt::system::SetCodeCallEventsSubscriber
Call extension trait.
Required methods
fn set_code<'a>(
self,
code: &'a [u8]
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>
self,
code: &'a [u8]
) -> Pin<Box<dyn Future<Output = Result<ExtrinsicSuccess<T>, Error>> + Send + 'a>>
Create and submit the extrinsic.
Implementors
impl<T, P, S, E> SetCodeCallEventsSubscriber<T> for EventsSubscriber<T, P, S, E> where
T: System + Send + Sync + 'static,
P: Pair,
S: Verify + Codec + From<P::Signature> + Send + 'static,
S::Signer: From<P::Public> + IdentifyAccount<AccountId = T::AccountId>,
T::Address: From<T::AccountId>,
E: SignedExtra<T> + SignedExtension + 'static, [src]
T: System + Send + Sync + 'static,
P: Pair,
S: Verify + Codec + From<P::Signature> + Send + 'static,
S::Signer: From<P::Public> + IdentifyAccount<AccountId = T::AccountId>,
T::Address: From<T::AccountId>,
E: SignedExtra<T> + SignedExtension + 'static,