UNPKG

fx-ton-lib

Version:

TonWeb - JavaScript API for TON blockchain

8 lines (7 loc) 284 B
import { Cell } from '../../../boc/cell'; /** * Writes current timestamp to the specified signing message, * or the placeholder value if the specified `seqno` value * is equal to zero. */ export declare function writeTimestampToSigningMessage(message: Cell, seqno: number): void;