ElectrumV1Mnemonic.fromString constructor

ElectrumV1Mnemonic.fromString(
  1. String mnemonic
)

Constructs an Electrum V1 mnemonic from a string representation.

Implementation

ElectrumV1Mnemonic.fromString(super.mnemonic) : super.fromString();