interface MnemonicInitializationConfig {
    mnemonic: string;
    path?: string;
}

Properties

Properties

mnemonic: string
path?: string