@ngraveio/bc-ur-multi-layer-sync
Version:
Provides BC-UR types for syncing multiple coins and accounts from cold wallets to watch only wallets.
10 lines • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtendedRegistryTypes = void 0;
const bc_ur_registry_1 = require("@keystonehq/bc-ur-registry");
exports.ExtendedRegistryTypes = {
CRYPTO_DETAILED_ACCOUNT: new bc_ur_registry_1.RegistryType("crypto-detailed-account", 1402),
CRYPTO_SYNC_COIN: new bc_ur_registry_1.RegistryType("crypto-portfolio-coin", 1403),
CRYPTO_PORTFOLIO: new bc_ur_registry_1.RegistryType("crypto-portfolio", 1405),
};
//# sourceMappingURL=RegistryType.js.map