UNPKG

@broxus/locklift-network

Version:

In-memory TVM-blockchain emulator for locklift

6 lines (5 loc) 353 B
import * as nt from "nekoton-wasm"; import { ShardAccount } from "@ton/core"; export declare const parseBlocks: (input: string) => Array<nt.EngineTraceInfo>; export declare const shardAccountFromBoc: (boc: string, lastTxLt?: bigint, newBalance?: bigint) => ShardAccount; export declare const bocFromShardAccount: (shardAccount: ShardAccount) => string;