UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

3 lines (2 loc) 121 B
import { VerifiedCharm } from './types'; export declare function extractAndVerifyCharms(txHex: string): VerifiedCharm[];