UNPKG

@polkadot/types-codec

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