UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

4 lines (3 loc) 231 B
import { ParsedCharmData, NormalizedSpell } from './types'; export declare function decodeCbor(cborData: Buffer): NormalizedSpell | null; export declare function denormalizeSpell(normalizedSpell: NormalizedSpell): ParsedCharmData;