menu
blockchain_utils package
documentation
bip/mnemonic/mnemonic_decoder_base.dart
MnemonicDecoderBase
decode abstract method
decode abstract method
dark_mode
light_mode
decode
abstract method
List
<
int
>
decode
(
String
mnemonic
)
Decodes the provided mnemonic phrase into binary data.
Implementation
List<int> decode(String mnemonic);
blockchain_utils package
documentation
bip/mnemonic/mnemonic_decoder_base
MnemonicDecoderBase
decode abstract method
MnemonicDecoderBase class