@investorid/identity-sdk
Version:
Interact with BlockChain Identities.
12 lines • 516 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const ERC725ABI = __importStar(require("../../resources/contracts/ERC725.json"));
exports.ERC725ABI = ERC725ABI;
//# sourceMappingURL=ERC725.interface.js.map