@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
22 lines • 1.13 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HypernetConfig = void 0;
class HypernetConfig {
constructor(iframeSource, routerMnemonic, routerPublicIdentifier, chainId, routerUrl, hypertokenAddress, hypernetProtocolDomain, defaultPaymentExpiryLength, chainProviders, hypernetProtocolSpace, openThreadKey, chainAddresses, merchantIframeUrl) {
this.iframeSource = iframeSource;
this.routerMnemonic = routerMnemonic;
this.routerPublicIdentifier = routerPublicIdentifier;
this.chainId = chainId;
this.routerUrl = routerUrl;
this.hypertokenAddress = hypertokenAddress;
this.hypernetProtocolDomain = hypernetProtocolDomain;
this.defaultPaymentExpiryLength = defaultPaymentExpiryLength;
this.chainProviders = chainProviders;
this.hypernetProtocolSpace = hypernetProtocolSpace;
this.openThreadKey = openThreadKey;
this.chainAddresses = chainAddresses;
this.merchantIframeUrl = merchantIframeUrl;
}
}
exports.HypernetConfig = HypernetConfig;
//# sourceMappingURL=HypernetConfig.js.map