UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

4 lines (3 loc) 180 B
import { NormalizedSpell } from './types'; export declare const CURRENT_VERSION = 4; export declare function extractAndVerifySpell(txHex: string): Promise<NormalizedSpell | null>;