UNPKG

@polkadot/types-codec

Version:
12 lines (11 loc) 279 B
import { UInt } from '../base/UInt.js'; declare const u128_base: import("../types/codec.js").CodecClass<UInt, any[]>; /** * @name u128 * @description * A 128-bit unsigned integer */ export declare class u128 extends u128_base { readonly __UIntType = "u128"; } export {};