UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

6 lines (5 loc) 164 B
import { NormalizedSpell, Proof } from './types'; export declare function parseSpellAndProof(spellData: Buffer): { spell: NormalizedSpell; proof: Proof; };