UNPKG

@polkadot/types-codec

Version:
12 lines (11 loc) 267 B
import { Int } from '../base/Int.js'; declare const i16_base: import("../types/codec.js").CodecClass<Int, any[]>; /** * @name i16 * @description * A 16-bit signed integer */ export declare class i16 extends i16_base { readonly __IntType = "i16"; } export {};