@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
15 lines • 613 B
JavaScript
;
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