SudoTransactionExtension

Composite 390 v393

node_subtensor_runtime::sudo_wrapper::SudoTransactionExtension

About This Type

Structured type: SudoTransactionExtension.

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

Type Parameters

T = Runtime

Referenced By (1)

Type Information

Type ID
390
Kind
Composite
Path
node_subtensor_runtime::sudo_wrapper::SudoTransactionExtension
Runtime
v393