CheckSpecVersion
Composite 380 v393frame_system::extensions::check_spec_version::CheckSpecVersion
About This Type
Structured type: CheckSpecVersion.
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)
| # | Name | Type |
|---|
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 CheckSpecVersion (no fields)
const value = registry.createType("CheckSpecVersion", {});
console.log("Hex:", value.toHex());Type Parameters
T
Referenced By (1)
Type Information
- Type ID
- 380
- Kind
- Composite
- Path
- frame_system::extensions::check_spec_version::CheckSpecVersion
- Runtime
- v393