UNPKG

@polkadot/types-codec

Version:
11 lines (10 loc) 244 B
import { UInt } from '../base/UInt.js'; /** * @name u128 * @description * A 128-bit unsigned integer */ export class u128 extends UInt.with(128) { // NOTE without this, we cannot properly determine extensions __UIntType = 'u128'; }