Module

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

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

Properties

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