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