Type Alias xcm_fuzzer::relay_chain::UncheckedExtrinsic
source · pub type UncheckedExtrinsic = UncheckedExtrinsic<MultiAddress<<<MultiSignature as Verify>::Signer as IdentifyAccount>::AccountId, ()>, RuntimeCall, MultiSignature, (CheckNonZeroSender<Runtime>,)>;
Aliased Type§
struct UncheckedExtrinsic {
pub preamble: Preamble<MultiAddress<AccountId32, ()>, MultiSignature, (CheckNonZeroSender<Runtime>,)>,
pub function: RuntimeCall,
}
Fields§
§preamble: Preamble<MultiAddress<AccountId32, ()>, MultiSignature, (CheckNonZeroSender<Runtime>,)>
Information regarding the type of extrinsic this is (inherent or transaction) as well as
associated extension (Extension
) data if it’s a transaction and a possible signature.
function: RuntimeCall
The function that should be called.