Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Feb 28, 2020
1 parent 862b735 commit 484e639
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ Additional methods:
* isNATDetectionON(): bool;
* isUPNPDetectionON(): bool;
* isChannelDatabaseReady(): bool;
* getChannelDecription($channelid): string;
* getChannelOwnerPubkey($channelid): string;
* getChannelTitle($channelid): string;
* getChannelType($channelid): string;
* getNetworkChannelsCount(): int;
* getTotalChannelsCount(): int;
* getLastDownloadedChannelTitle(): string;
* getMyPubkey(): string;
* getMyNick(): string;
* getMyAvatarHash(): string;
* isPOSenabled(): bool;
* findChannelsByPubkey($pubkey): array;
* isNetworkEnabled(): bool;

License
-------
Expand Down

0 comments on commit 484e639

Please sign in to comment.