Update sdk #17

Merged
prkirby merged 8 commits from update-sdk into master 2020-01-28 04:13:15 +01:00
Showing only changes of commit 4b58edfcd0 - Show all commits

View file

@ -47,6 +47,7 @@ class LBRY_Daemon
/** /**
* Returns an paginated array of Address lists * Returns an paginated array of Address lists
* https://lbry.tech/api/sdk#address_list * https://lbry.tech/api/sdk#address_list
* @param int $page Pagination page number
* @return array Array of address lists linked to this account * @return array Array of address lists linked to this account
*/ */
public function address_list($page = 1) public function address_list($page = 1)