lbry-sdk/lbrynet/wallet/network.py

8 lines
209 B
Python
Raw Normal View History

2018-05-26 05:26:07 +02:00
from torba.basenetwork import BaseNetwork
class Network(BaseNetwork):
2018-06-12 17:53:29 +02:00
2018-06-20 23:25:32 +02:00
def get_values_for_uris(self, block_hash, uris):
return self.rpc('blockchain.claimtrie.getvaluesforuris', block_hash, uris)