UNPKG

@openproduct/web-sdk

Version:

OpenMask Web - TypeScript Browser SDK for TON blockchain

5 lines (4 loc) 96 B
import { Cell } from "../boc/cell"; export interface Message { writeTo(cell: Cell): void; }