UNPKG
@openweb3-io/waas
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
WaaS API client and WaaS verification library
github.com/waas/waas-libs
waas/waas-libs
@openweb3-io/waas
/
dist
/
openapi
/
models
/
WalletType.js
8 lines
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
WalletType
=
void
0
;
var
WalletType
; (
function
(
WalletType
) {
WalletType
[
"WalletType_Custodial"
] =
"Custodial"
; })(
WalletType
=
exports
.
WalletType
|| (
exports
.
WalletType
= {}));
//# sourceMappingURL=WalletType.js.map