UNPKG

@polkadot/types-codec

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