UNPKG

@polkadot/types-codec

Version:
12 lines (11 loc) 273 B
import { UInt } from '../base/UInt.js'; declare const u32_base: import("../types/codec.js").CodecClass<UInt, any[]>; /** * @name u32 * @description * A 32-bit unsigned integer */ export declare class u32 extends u32_base { readonly __UIntType = "u32"; } export {};