UNPKG

@bridgesplit/rwa-token-sdk

Version:

RWA Token SDK for the development of permissioned tokens on SVM blockchains.

15 lines 924 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PolicyEngineIdl = exports.IdentityRegistryIdl = exports.DataRegistryIdl = exports.AssetControllerIdl = void 0; const AssetController_json_1 = __importDefault(require("./AssetController.json")); exports.AssetControllerIdl = AssetController_json_1.default; const DataRegistry_json_1 = __importDefault(require("./DataRegistry.json")); exports.DataRegistryIdl = DataRegistry_json_1.default; const IdentityRegistry_json_1 = __importDefault(require("./IdentityRegistry.json")); exports.IdentityRegistryIdl = IdentityRegistry_json_1.default; const PolicyEngine_json_1 = __importDefault(require("./PolicyEngine.json")); exports.PolicyEngineIdl = PolicyEngine_json_1.default; //# sourceMappingURL=index.js.map