pub type UncheckedExtrinsicFor<T> = UncheckedExtrinsic<MultiAddress<<<T as ChainInfo>::Runtime as Config>::AccountId, <<T as ChainInfo>::Runtime as Config>::Nonce>, <<T as ChainInfo>::Runtime as Config>::RuntimeCall, MultiSignature, <T as ChainInfo>::SignedExtras>;Expand description
UncheckedExtrinsic type for Simnode
Aliased Type§
pub struct UncheckedExtrinsicFor<T> {
pub preamble: Preamble<MultiAddress<<<T as ChainInfo>::Runtime as Config>::AccountId, <<T as ChainInfo>::Runtime as Config>::Nonce>, MultiSignature, <T as ChainInfo>::SignedExtras>,
pub function: <<T as ChainInfo>::Runtime as Config>::RuntimeCall,
}Fields§
§preamble: Preamble<MultiAddress<<<T as ChainInfo>::Runtime as Config>::AccountId, <<T as ChainInfo>::Runtime as Config>::Nonce>, MultiSignature, <T as ChainInfo>::SignedExtras>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: <<T as ChainInfo>::Runtime as Config>::RuntimeCallThe function that should be called.