UNPKG

@polkadot/types-codec

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