Search
Preparing search index...
The search index is not available
waves-transactions
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"seedUtils/index"
Seed
Class Seed
Hierarchy
Seed
Index
Constructors
constructor
Properties
address
key
Pair
phrase
Methods
encrypt
create
decrypt
Seed
Phrase
encrypt
Seed
Phrase
from
Existing
Phrase
Constructors
constructor
new
Seed
(
phrase
:
string
, chainId
?:
undefined
|
string
)
:
Seed
Parameters
phrase:
string
Optional
chainId:
undefined
|
string
Returns
Seed
Properties
Readonly
address
address
:
string
Readonly
key
Pair
key
Pair
:
{
privateKey
:
string
;
publicKey
:
string
}
Type declaration
private
Key
:
string
public
Key
:
string
Readonly
phrase
phrase
:
string
Methods
encrypt
encrypt
(
password
:
string
, encryptionRounds
?:
undefined
|
number
)
:
string
Parameters
password:
string
Optional
encryptionRounds:
undefined
|
number
Returns
string
Static
create
create
(
words
?:
number
)
:
Seed
Parameters
Default value
words:
number
= 15
Returns
Seed
Static
decrypt
Seed
Phrase
decrypt
Seed
Phrase
(
encryptedSeedPhrase
:
string
, password
:
string
, encryptionRounds
?:
number
)
:
string
Parameters
encryptedSeedPhrase:
string
password:
string
Default value
encryptionRounds:
number
= 5000
Returns
string
Static
encrypt
Seed
Phrase
encrypt
Seed
Phrase
(
seedPhrase
:
string
, password
:
string
, encryptionRounds
?:
number
)
:
string
Parameters
seedPhrase:
string
password:
string
Default value
encryptionRounds:
number
= 5000
Returns
string
Static
from
Existing
Phrase
from
Existing
Phrase
(
phrase
:
string
)
:
Seed
Parameters
phrase:
string
Returns
Seed
Globals
"seed
Utils/index"
Seed
constructor
address
key
Pair
phrase
encrypt
create
decrypt
Seed
Phrase
encrypt
Seed
Phrase
from
Existing
Phrase
generate
New
Seed
strengthen
Password
Generated using
TypeDoc