UNPKG

@openproduct/web-sdk

Version:

OpenMask Web - TypeScript Browser SDK for TON blockchain

10 lines (9 loc) 156 B
export class CellMessage { cell; constructor(cell) { this.cell = cell; } writeTo(cell) { cell.writeCell(this.cell); } }