@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
11 lines • 409 B
JavaScript
;
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ITransferRegistry = void 0;
const contracts_1 = require("@ethersproject/contracts");
class ITransferRegistry extends contracts_1.Contract {
}
exports.ITransferRegistry = ITransferRegistry;
//# sourceMappingURL=ITransferRegistry.js.map