Trait frame_support::traits::ExtrinsicCall
source · pub trait ExtrinsicCall: Extrinsic {
// Required method
fn call(&self) -> &Self::Call;
}
Expand description
An extrinsic on which we can get access to call.
Required Methods§
Object Safety§
This trait is not object safe.