@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
8 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransferDestinationType = void 0;
var TransferDestinationType;
(function (TransferDestinationType) {
TransferDestinationType["TransferDestinationType_Address"] = "Address";
})(TransferDestinationType = exports.TransferDestinationType || (exports.TransferDestinationType = {}));
//# sourceMappingURL=TransferDestinationType.js.map