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