bitmask-core
Version:
Core functionality for the BitMask wallet
29 lines • 938 B
TypeScript
import * as BMC from "./bitmask_core";
export * from "./bitmask_core";
import * as bitcoin from "./bitcoin";
import * as carbonado from "./carbonado";
import * as constants from "./constants";
import * as lightning from "./lightning";
import * as nostr from "./nostr";
import * as rgb from "./rgb";
import * as wallet from "./wallet";
export * as bitcoin from "./bitcoin";
export * as carbonado from "./carbonado";
export * as constants from "./constants";
export * as lightning from "./lightning";
export * as nostr from "./nostr";
export * as rgb from "./rgb";
export * as wallet from "./wallet";
export * as bp from "./bp";
declare const _default: {
BMC: typeof BMC;
bitcoin: typeof bitcoin;
carbonado: typeof carbonado;
constants: typeof constants;
lightning: typeof lightning;
nostr: typeof nostr;
rgb: typeof rgb;
wallet: typeof wallet;
};
export default _default;
//# sourceMappingURL=index.d.ts.map