mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-05 05:15:14 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
DEFAULT_PAGE_SIZE = 20
|
|
|
|
NULL_HASH32 = b'\x00'*32
|
|
|
|
CENT = 1000000
|
|
COIN = 100*CENT
|