UNPKG

@polkadot/types-codec

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