encodeNoChecksum method
Encodes the provided entropy bytes into a Monero mnemonic without a checksum.
-entropyBytes: The entropy bytes to encode.
Implementation
Mnemonic encodeNoChecksum(List<int> entropyBytes) {
return nochecksumEncoder.encode(entropyBytes);
}