Better localStorage format description

This commit is contained in:
Daniel Krol 2022-05-23 16:25:04 -04:00
parent 30c17f3bdb
commit 1dcb1d36a1

View file

@ -48,11 +48,7 @@ export class AccountService {
localStorage["channels"] = {
// There can be multiple channels
"<channel-claim-ids>": {
"claimId": "<channel-claim-id>",
"handle": "<channel-handle>",
"pubKeyAddress": "<channel-pub-key-address>",
}
"<channels>": PrivateChannelInfo,
}
*/