Trait polkadot_sdk_frame::traits::InherentBuilder
pub trait InherentBuilder: ExtrinsicCall {
// Required method
fn new_inherent(call: Self::Call) -> Self;
}
Expand description
Interface for types capable of constructing an inherent extrinsic.
Required Methods§
fn new_inherent(call: Self::Call) -> Self
fn new_inherent(call: Self::Call) -> Self
Create a new inherent from a given call.
Object Safety§
This trait is not object safe.