Module

x/polkadot/types/interfaces/system/types.ts>WeightPerClass

Package publishing for deno.land/x/polkadot
Latest
interface WeightPerClass
implements Struct
import { type WeightPerClass } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/system/types.ts";

Properties

readonly
baseExtrinsic: Weight
readonly
maxExtrinsic: Option<Weight>
readonly
maxTotal: Option<Weight>
readonly
reserved: Option<Weight>