fromEntropyWithChecksum method
Generates a Monero mnemonic from entropy with a checksum.
-entropyBytes: The entropy bytes to encode.
Implementation
Mnemonic fromEntropyWithChecksum(List<int> entropyBytes) {
return encoder.encodeWithChecksum(entropyBytes);
}