UNPKG

@test-org122/hypernet-core

Version:

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

23 lines 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MerchantConnectorProxy = void 0; const utils_1 = require("@test-org122/utils"); class MerchantConnectorProxy extends utils_1.ParentProxy { constructor(element, iframeUrl) { super(element, iframeUrl); } activateConnector() { return this._createCall("activateConnector", null); } resolveChallenge(paymentId) { return this._createCall("resolveChallenge", paymentId); } getPublicKey() { return this._createCall("getPublicKey", null); } getValidatedSignature() { return this._createCall("getValidatedSignature", null); } } exports.MerchantConnectorProxy = MerchantConnectorProxy; //# sourceMappingURL=MerchantConnectorProxy.js.map