A Portal Wallet keeps track of the status of its signing shares and backup shares.
portal.createWallet()
two steps happen under the hood.
STORED_DATABASE
.STORED_CLIENT
.portal.backupWallet()
.
STORED_CUSTODIAN_BACKUP_SHARE
.portal.api.storedClientBackupShare()
to notify our backend that the client backup share was successfully stored.) This updates the backup shares status to STORED_CLIENT_BACKUP_SHARE
.portal.recoverWallet()
.
STORED_CLIENT
.