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