UNPKG

ton3-core

Version:
5 lines (4 loc) 183 B
import type { Bit } from '../types/bit'; declare const augment: (bits: Bit[], divider?: 4 | 8) => Bit[]; declare const rollback: (bits: Bit[]) => Bit[]; export { augment, rollback };