encode abstract method

Mnemonic encode(
  1. List<int> entropyBytes
)

Encodes the provided binary entropy data into a human-readable mnemonic phrase.

The entropyBytes parameter is the binary entropy data to be encoded.

Implementation

Mnemonic encode(List<int> entropyBytes);