UNPKG

@test-org122/hypernet-core

Version:

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

6 lines 320 B
import { BigNumber, EthereumAddress, ResultAsync } from "@interfaces/objects"; import { LogicalError } from "@interfaces/objects/errors"; export interface IDevelopmentService { mintTestToken(amount: BigNumber, to: EthereumAddress): ResultAsync<void, LogicalError>; } //# sourceMappingURL=IDevelopmentService.d.ts.map