UNPKG

@test-org122/hypernet-core

Version:

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

14 lines 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SortedTransfers = void 0; class SortedTransfers { constructor(offerTransfer, insuranceTransfer, parameterizedTransfer, pullRecordTransfers, offerDetails) { this.offerTransfer = offerTransfer; this.insuranceTransfer = insuranceTransfer; this.parameterizedTransfer = parameterizedTransfer; this.pullRecordTransfers = pullRecordTransfers; this.offerDetails = offerDetails; } } exports.SortedTransfers = SortedTransfers; //# sourceMappingURL=SortedTransfers.js.map