UNPKG

@ipfn/cell-codecs

Version:
5 lines (4 loc) 184 B
import { Cell } from '@ipfn/cell'; import { Bytes } from './codec'; export declare function encode(cell: Cell, name: string): Bytes; export declare function decode(body: Bytes): Cell;