lbry-sdk/lbrynet/wallet/network.py
Lex Berezhny 56175df121
wip
2018-08-24 11:37:25 -04:00

8 lines
185 B
Python

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