UNPKG

@polkadot/types-codec

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