CreateWalletCommand constructor
CreateWalletCommand({})
Implementation
CreateWalletCommand({
required this.walletId,
required this.name,
this.mnemonic,
this.wif,
this.xpriv,
this.xpub,
this.walletMetadata,
});