Better localStorage format description
This commit is contained in:
parent
30c17f3bdb
commit
1dcb1d36a1
1 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
}
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue