UNPKG

@test-org122/hypernet-core

Version:

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

15 lines 613 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HypernetLink = void 0; class HypernetLink { constructor(counterPartyAccount, payments, pushPayments, pullPayments, activePushPayments, activePullPayments) { this.counterPartyAccount = counterPartyAccount; this.payments = payments; this.pushPayments = pushPayments; this.pullPayments = pullPayments; this.activePushPayments = activePushPayments; this.activePullPayments = activePullPayments; } } exports.HypernetLink = HypernetLink; //# sourceMappingURL=HypernetLink.js.map