ImportWalletCommand constructor
ImportWalletCommand({})
Implementation
ImportWalletCommand({
required this.walletId,
required this.walletName,
this.xpriv,
this.mnemonic,
this.wif,
this.gapLimit = 20,
this.networkType = 'test',
});