UNPKG

442 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.nativeAsset = void 0;
4class NativeAsset {
5 constructor() {
6 this.nativeAsset = 'XRP';
7 //
8 }
9 set(asset) {
10 this.nativeAsset = asset.trim().toUpperCase();
11 }
12 get() {
13 return this.nativeAsset;
14 }
15}
16const nativeAsset = new NativeAsset();
17exports.nativeAsset = nativeAsset;
18//# sourceMappingURL=nativeasset.js.map
\No newline at end of file