@waves/waves-transactions
Preparing search index...
seedUtils
Seed
Class 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
?:
string
)
:
Seed
Parameters
phrase
:
string
Optional
chainId
:
string
Returns
Seed
Properties
Readonly
address
address
:
string
Readonly
key
Pair
keyPair
:
{
privateKey
:
string
;
publicKey
:
string
}
Readonly
phrase
phrase
:
string
Methods
encrypt
encrypt
(
password
:
string
,
encryptionRounds
?:
number
)
:
string
Parameters
password
:
string
Optional
encryptionRounds
:
number
Returns
string
Static
create
create
(
words
?:
number
)
:
Seed
Parameters
words
:
number
= 15
Returns
Seed
Static
decrypt
Seed
Phrase
decryptSeedPhrase
(
encryptedSeedPhrase
:
string
,
password
:
string
,
encryptionRounds
?:
number
,
)
:
string
Parameters
encryptedSeedPhrase
:
string
password
:
string
encryptionRounds
:
number
= 5000
Returns
string
Static
encrypt
Seed
Phrase
encryptSeedPhrase
(
seedPhrase
:
string
,
password
:
string
,
encryptionRounds
?:
number
,
)
:
string
Parameters
seedPhrase
:
string
password
:
string
encryptionRounds
:
number
= 5000
Returns
string
Static
from
Existing
Phrase
fromExistingPhrase
(
phrase
:
string
)
:
Seed
Parameters
phrase
:
string
Returns
Seed
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
address
key
Pair
phrase
Methods
encrypt
create
decrypt
Seed
Phrase
encrypt
Seed
Phrase
from
Existing
Phrase
@waves/waves-transactions
Loading...