Type Alias polkadot_sdk_frame::arithmetic::InnerOf
pub type InnerOf<P> = <P as PerThing>::Inner;
Expand description
Get the inner type of a PerThing
.
pub type InnerOf<P> = <P as PerThing>::Inner;
Get the inner type of a PerThing
.