TxMnemonic constructor

TxMnemonic(
  1. String recoveryWords
)

Implementation

TxMnemonic(this.recoveryWords) : super(mnemonicKey: recoveryWords);