UNPKG

@polkadot/types-codec

Version:
12 lines (11 loc) 273 B
import { Int } from '../base/Int.js'; declare const i128_base: import("../types/codec.js").CodecClass<Int, any[]>; /** * @name i128 * @description * A 128-bit signed integer */ export declare class i128 extends i128_base { readonly __IntType = "i128"; } export {};