address_list docblock

This commit is contained in:
Paul Kirby 2020-01-27 17:07:32 -06:00
parent d29fb3b12b
commit 4b58edfcd0

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)