Interface InvalidMnemonicError

interface InvalidMnemonicError {
    _tag: "InvalidMnemonicError";
}

Properties

Properties

_tag