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/Account"
Account
Class Account
Hierarchy
SimpleAccount
Account
Index
Constructors
constructor
Properties
created
At
message
nonce
public
Key
sig
updated
At
Methods
copy
deep
Copy
From
Json
get
Class
to
Json
to
Simple
Account
from
Json
Constructors
constructor
new
Account
(
publicKey
?:
string
, nonce
?:
number
)
:
Account
Parameters
Default value
publicKey:
string
= ""
Default value
nonce:
number
= 0
Returns
Account
Properties
created
At
created
At
:
Date
= new Date()
message
message
:
string
= ""
nonce
nonce
:
number
= 0
public
Key
public
Key
:
string
= ""
sig
sig
:
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
<
Account
>
Returns
ClassCreator
<
Account
>
to
Json
to
Json
(
)
:
object
Returns
object
to
Simple
Account
to
Simple
Account
(
)
:
SimpleAccount
Returns
SimpleAccount
Static
from
Json
from
Json
(
json
:
JsonObject
<
Account
>
)
:
Account
Parameters
json:
JsonObject
<
Account
>
Returns
Account
Globals
"repository/models/
Account"
Account
constructor
created
At
message
nonce
public
Key
sig
updated
At
copy
deep
Copy
From
Json
get
Class
to
Json
to
Simple
Account
from
Json
Generated using
TypeDoc