UNPKG
iuretempore
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
aelf-sdk js library
github.com/MoriahDibbert/iuretempore.git
MoriahDibbert/iuretempore
iuretempore
/
src
/
util
/
settings.js
11 lines
(9 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** *
@file
settings
*
@author
atom
-yang */
export
default
class
Settings
{
constructor
(
) {
this
.
defaultAccount
=
undefined
; } }