UNPKG

@openproduct/web-sdk

Version:

OpenMask Web - TypeScript Browser SDK for TON blockchain

8 lines (7 loc) 210 B
import { Cell } from "../boc/cell"; import Address from "./address"; export declare function contractAddress(source: { workchain: number; initialCode: Cell; initialData: Cell; }): Promise<Address>;