Skip to main content
Last updated

API Report File for "@kadena/pactjs"

Do not edit this file. It is a report generated by API Extractor.

ts
import { IPactDecimal } from '@kadena/types';import { IPactInt } from '@kadena/types';import { PactCode } from '@kadena/types';import { PactValue } from '@kadena/types'; // @alphaexport function createExp(firstArg: string, ...args: PactValue[]): PactCode; // @alphaexport class PactNumber {    constructor(value: string | number);    // (undocumented)    toDecimal(): string;    // (undocumented)    toInteger(): string;    // (undocumented)    toPactDecimal(): IPactDecimal;    // (undocumented)    toPactInteger(): IPactInt;    // (undocumented)    toStringifiedDecimal(): string;    // (undocumented)    toStringifiedInteger(): string;} // (No @packageDocumentation comment for this package) 
ts
import { IPactDecimal } from '@kadena/types';import { IPactInt } from '@kadena/types';import { PactCode } from '@kadena/types';import { PactValue } from '@kadena/types'; // @alphaexport function createExp(firstArg: string, ...args: PactValue[]): PactCode; // @alphaexport class PactNumber {    constructor(value: string | number);    // (undocumented)    toDecimal(): string;    // (undocumented)    toInteger(): string;    // (undocumented)    toPactDecimal(): IPactDecimal;    // (undocumented)    toPactInteger(): IPactInt;    // (undocumented)    toStringifiedDecimal(): string;    // (undocumented)    toStringifiedInteger(): string;} // (No @packageDocumentation comment for this package)