@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
6 lines • 367 B
TypeScript
import { HypernetLink, Payment, ResultAsync } from "@interfaces/objects";
import { CoreUninitializedError, InvalidParametersError } from "@interfaces/objects/errors";
export interface ILinkUtils {
paymentsToHypernetLinks(payments: Payment[]): ResultAsync<HypernetLink[], CoreUninitializedError | InvalidParametersError>;
}
//# sourceMappingURL=ILinkUtils.d.ts.map