Search
Preparing search index...
The search index is not available
@bitclave/base-client-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"repository/models/SimpleAccount"
SimpleAccount
Class SimpleAccount
Hierarchy
DeepCopy
<
SimpleAccount
>
SimpleAccount
Account
Index
Constructors
constructor
Properties
created
At
nonce
public
Key
updated
At
Methods
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Constructors
constructor
new
Simple
Account
(
publicKey
?:
string
, nonce
?:
number
)
:
SimpleAccount
Parameters
Default value
publicKey:
string
= ""
Default value
nonce:
number
= 0
Returns
SimpleAccount
Properties
created
At
created
At
:
Date
= new Date()
nonce
nonce
:
number
= 0
public
Key
public
Key
:
string
= ""
updated
At
updated
At
:
Date
= new Date()
Methods
copy
copy
(
changeArgs
?:
JsonObject
<
SimpleAccount
>
)
:
SimpleAccount
Parameters
Optional
changeArgs:
JsonObject
<
SimpleAccount
>
Returns
SimpleAccount
Protected
deep
Copy
From
Json
deep
Copy
From
Json
(
)
:
SimpleAccount
Returns
SimpleAccount
Protected
get
Class
get
Class
(
)
:
ClassCreator
<
SimpleAccount
>
Returns
ClassCreator
<
SimpleAccount
>
to
Json
to
Json
(
)
:
object
Returns
object
Static
from
Json
from
Json
(
json
:
JsonObject
<
SimpleAccount
>
)
:
SimpleAccount
Parameters
json:
JsonObject
<
SimpleAccount
>
Returns
SimpleAccount
Globals
"repository/models/
Simple
Account"
Simple
Account
constructor
created
At
nonce
public
Key
updated
At
copy
deep
Copy
From
Json
get
Class
to
Json
from
Json
Generated using
TypeDoc