UNPKG

@polkadot/types-codec

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