UNPKG

@polkadot/types-codec

Version:
11 lines (10 loc) 229 B
import { Int } from '../base/Int.js'; /** * @name i8 * @description * An 8-bit signed integer */ export class i8 extends Int.with(8) { // NOTE without this, we cannot properly determine extensions __IntType = 'i8'; }