@factorial-finance/blueprint-node
Version:
blueprint-node-plugin
7 lines (6 loc) • 388 B
TypeScript
import { Address, TupleItem } from '@ton/core';
import { BlockchainTransaction } from '@ton/sandbox';
export declare function parseStack(stack: any[]): TupleItem[];
export declare function serializeStack(src: TupleItem[]): any[];
export declare function convertTransaction(tx: BlockchainTransaction): any;
export declare function addrToBigInt(address: string | Address | bigint): bigint;