lbry-sdk
lbry-sdk copied to clipboard
Standardize `name` vs `claim_name` across APIs
Currently, there are discrepancies between with the naming of the "claim name".
When calling file_list this name is returned as claim_name
When calling claim_list_xxx it is returned as name
This should be standardized as just claim_name, to avoid confusion.