CheckWeight

Composite 386 v393

frame_system::extensions::check_weight::CheckWeight

About This Type

Structured type: CheckWeight.

A struct-like type where each field is encoded in declaration order.

Encoding: Fields encoded consecutively in declaration order, no field names or separators.

Fields (0)

#NameType

SCALE Encoding

Rule
0 fields encoded consecutively in declaration order. No field names or delimiters.
Size
sum of field sizes

Code Examples

import { TypeRegistry } from "@polkadot/types";

const registry = new TypeRegistry();

// Encode CheckWeight (no fields)
const value = registry.createType("CheckWeight", {});
console.log("Hex:", value.toHex());

Type Parameters

T

Referenced By (1)

Type Information

Type ID
386
Kind
Composite
Path
frame_system::extensions::check_weight::CheckWeight
Runtime
v393