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