Runtime

Composite 99 v393

node_subtensor_runtime::Runtime

About This Type

Structured type: Runtime.

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 Runtime (no fields)
const value = registry.createType("Runtime", {});
console.log("Hex:", value.toHex());

Type Information

Type ID
99
Kind
Composite
Path
node_subtensor_runtime::Runtime
Runtime
v393