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.
pub trait ExtrinsicCall: Extrinsic {
// Required method
fn call(&self) -> &Self::Call;
}
An extrinsic on which we can get access to call.