Struct sp_runtime::generic::CheckedExtrinsic [−][src]
pub struct CheckedExtrinsic<AccountId, Call, Extra> {
pub signed: Option<(AccountId, Extra)>,
pub function: Call,
}Definition of something that the external world might want to say; its existence implies that it has been checked and is good, particularly with regards to the signature.
Fields
signed: Option<(AccountId, Extra)>Who this purports to be from and the number of extrinsics have come before from the same signer, if anyone (note this is not a signature).
function: CallThe function that should be called.
Trait Implementations
impl<AccountId, Call, Extra, Origin> Applyable for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Member + MaybeDisplay,
Call: Member + Dispatchable<Origin = Origin>,
Extra: SignedExtension<AccountId = AccountId, Call = Call>,
Origin: From<Option<AccountId>>, [src]
impl<AccountId, Call, Extra, Origin> Applyable for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Member + MaybeDisplay,
Call: Member + Dispatchable<Origin = Origin>,
Extra: SignedExtension<AccountId = AccountId, Call = Call>,
Origin: From<Option<AccountId>>, [src]type Call = Call
Type by which we can dispatch. Restricts the UnsignedValidator type.
fn validate<U: ValidateUnsigned<Call = Self::Call>>(
&self,
source: TransactionSource,
info: &DispatchInfoOf<Self::Call>,
len: usize
) -> TransactionValidity[src]
&self,
source: TransactionSource,
info: &DispatchInfoOf<Self::Call>,
len: usize
) -> TransactionValidity
fn apply<U: ValidateUnsigned<Call = Self::Call>>(
self,
info: &DispatchInfoOf<Self::Call>,
len: usize
) -> ApplyExtrinsicResultWithInfo<PostDispatchInfoOf<Self::Call>>[src]
self,
info: &DispatchInfoOf<Self::Call>,
len: usize
) -> ApplyExtrinsicResultWithInfo<PostDispatchInfoOf<Self::Call>>
impl<AccountId: Clone, Call: Clone, Extra: Clone> Clone for CheckedExtrinsic<AccountId, Call, Extra>[src]
impl<AccountId: Clone, Call: Clone, Extra: Clone> Clone for CheckedExtrinsic<AccountId, Call, Extra>[src]fn clone(&self) -> CheckedExtrinsic<AccountId, Call, Extra>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<AccountId, Call, Extra> Debug for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Debug,
Call: Debug,
Extra: Debug, [src]
impl<AccountId, Call, Extra> Debug for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Debug,
Call: Debug,
Extra: Debug, [src]impl<AccountId: PartialEq, Call: PartialEq, Extra: PartialEq> PartialEq<CheckedExtrinsic<AccountId, Call, Extra>> for CheckedExtrinsic<AccountId, Call, Extra>[src]
impl<AccountId: PartialEq, Call: PartialEq, Extra: PartialEq> PartialEq<CheckedExtrinsic<AccountId, Call, Extra>> for CheckedExtrinsic<AccountId, Call, Extra>[src]fn eq(&self, other: &CheckedExtrinsic<AccountId, Call, Extra>) -> bool[src]
fn ne(&self, other: &CheckedExtrinsic<AccountId, Call, Extra>) -> bool[src]
impl<AccountId: Eq, Call: Eq, Extra: Eq> Eq for CheckedExtrinsic<AccountId, Call, Extra>[src]
impl<AccountId, Call, Extra> StructuralEq for CheckedExtrinsic<AccountId, Call, Extra>[src]
impl<AccountId, Call, Extra> StructuralPartialEq for CheckedExtrinsic<AccountId, Call, Extra>[src]
Auto Trait Implementations
impl<AccountId, Call, Extra> RefUnwindSafe for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: RefUnwindSafe,
Call: RefUnwindSafe,
Extra: RefUnwindSafe,
AccountId: RefUnwindSafe,
Call: RefUnwindSafe,
Extra: RefUnwindSafe,
impl<AccountId, Call, Extra> Send for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Send,
Call: Send,
Extra: Send,
AccountId: Send,
Call: Send,
Extra: Send,
impl<AccountId, Call, Extra> Sync for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Sync,
Call: Sync,
Extra: Sync,
AccountId: Sync,
Call: Sync,
Extra: Sync,
impl<AccountId, Call, Extra> Unpin for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: Unpin,
Call: Unpin,
Extra: Unpin,
AccountId: Unpin,
Call: Unpin,
Extra: Unpin,
impl<AccountId, Call, Extra> UnwindSafe for CheckedExtrinsic<AccountId, Call, Extra> where
AccountId: UnwindSafe,
Call: UnwindSafe,
Extra: UnwindSafe,
AccountId: UnwindSafe,
Call: UnwindSafe,
Extra: UnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T[src]
impl<T> CheckedConversion for T[src]fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>, [src]
Self: TryFrom<T>,
fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>, [src]
Self: TryInto<T>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>, [src]impl<T> SaturatedConversion for T[src]
impl<T> SaturatedConversion for T[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>, [src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>, [src]
Self: UniqueSaturatedInto<T>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>, [src]pub fn unchecked_into(self) -> T[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>, [src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>, [src]pub fn unique_saturated_into(self) -> T[src]
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug, [src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Member for T where
T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone, [src]
T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone,