UNPKG

@openproduct/web-sdk

Version:

OpenMask Web - TypeScript Browser SDK for TON blockchain

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