At the file wallet/src/create.js, I found there is a function sendCheckSum(transport, checkSum).
Inside the function existing a return that:
return await apdu.wallet.submitCheckSum(this.transport, sumHex)
Here this.transport is undefined ?
Also how can recover a wallet with the sdk ?