Skip to main content

API Report File for "@kadena/pactjs"

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

 
import { IPactDecimal } from '@kadena/types';
import { IPactInt } from '@kadena/types';
import { PactCode } from '@kadena/types';
import { PactValue } from '@kadena/types';
 
// @alpha
export function createExp(firstArg: string, ...args: PactValue[]): PactCode;
 
// @alpha
export 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)
 
 
import { IPactDecimal } from '@kadena/types';
import { IPactInt } from '@kadena/types';
import { PactCode } from '@kadena/types';
import { PactValue } from '@kadena/types';
 
// @alpha
export function createExp(firstArg: string, ...args: PactValue[]): PactCode;
 
// @alpha
export 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)
 

Receive important developer updates