Type Alias bp_runtime::extensions::CheckWeight
source · pub type CheckWeight = GenericTransactionExtensionSchema<(), ()>;
Expand description
The TransactionExtensionSchema
for frame_system::CheckWeight
.
Aliased Type§
struct CheckWeight(/* private fields */);