UNPKG

@ton/core

Version:

Core TypeScript library that implements low level primitives for TON blockchain.

3 lines (2 loc) 104 B
import { Slice } from '../../boc/Slice'; export declare function readUnaryLength(slice: Slice): number;