UNPKG

@venly/connect

Version:

Venly Connect SDK

17 lines 701 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImportWalletRequest = void 0; var ConfirmationRequestType_1 = require("../ConfirmationRequestType"); var ImportWalletRequest = /** @class */ (function () { function ImportWalletRequest(walletId, to) { this.walletId = walletId; this.to = to; this.confirmationRequestType = ConfirmationRequestType_1.ConfirmationRequestType.IMPORT_WALLET; } ImportWalletRequest.fromData = function (data) { return new this(data.walletId, data.to); }; return ImportWalletRequest; }()); exports.ImportWalletRequest = ImportWalletRequest; //# sourceMappingURL=ImportWalletRequest.js.map