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"] = {
|
localStorage["channels"] = {
|
||||||
// There can be multiple channels
|
// There can be multiple channels
|
||||||
"<channel-claim-ids>": {
|
"<channels>": PrivateChannelInfo,
|
||||||
"claimId": "<channel-claim-id>",
|
|
||||||
"handle": "<channel-handle>",
|
|
||||||
"pubKeyAddress": "<channel-pub-key-address>",
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue