I can use this command to get the wallet from the default path: '˜/.composer/client-data/admin@proak-hyperledger-network':
const wallet = await this.bizNetworkConnection.cardStore.getWallet('admin@proak-hyperledger-network');
But what if I dont want to do that? I'd like create the wallet. Can I do something like:
let wallet = new Wallet(args)