UNPKG

charms-js

Version:

TypeScript SDK for decoding Bitcoin transactions containing Charms data

8 lines (7 loc) 217 B
export declare enum AppType { NFT = "nft", TOKEN = "token", UNKNOWN = "unknown" } export declare function getAppType(appString: any): AppType; export declare function extractAppId(appString: any): string;