UNPKG

client-aftermath-ts-sdk

Version:
14 lines 600 B
import { Byte, IFixed } from "../types"; export declare class IFixedUtils { static readonly ONE: IFixed; static readonly GREATEST_BIT: IFixed; static readonly NOT_GREATEST_BIT: IFixed; static numberFromIFixed: (value: IFixed) => number; static iFixedFromNumber: (value: number) => IFixed; static abs: (value: IFixed) => IFixed; static sign: (value: IFixed) => number; static neg: (value: IFixed) => IFixed; static iFixedFromBytes: (bytes: Byte[]) => IFixed; static iFixedFromStringBytes: (bytes: string[]) => IFixed; } //# sourceMappingURL=iFixedUtils.d.ts.map