lbry-sdk/lbrynet/wallet/network.py
2018-08-24 11:37:25 -04:00

7 lines
211 B
Python

from torba.basenetwork import BaseNetwork
class Network(BaseNetwork):
def get_values_for_uris(self, block_hash, *uris):
return self.rpc('blockchain.claimtrie.getvaluesforuris', block_hash, *uris)