Mnemonic
TonSdk.Core.Crypto
Mnemonic is a class that is used to work with mnemonic phrases for accouns in Ton blockchain.
To create new mnemonic, use the following code:
Note, that mnemonic in Ton Blockchain must contain 24 bip39 words.
Each mnemonic contains Words
, Seed
and Keys
fields.
For different situations you can direclty call methods and generate separate parts:
Last updated