UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

13 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DevelopmentService = void 0; class DevelopmentService { constructor(accountRepo) { this.accountRepo = accountRepo; } mintTestToken(amount, to) { return this.accountRepo.mintTestToken(amount, to); } } exports.DevelopmentService = DevelopmentService; //# sourceMappingURL=DevelopmentService.js.map