forked from LBRYCommunity/lbry-sdk
remove unused property
This commit is contained in:
parent
1ffb99f9f9
commit
056a629e87
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ class StoredStreamClaim:
|
|||
def nout(self) -> typing.Optional[int]:
|
||||
return None if not self.outpoint else int(self.outpoint.split(":")[1])
|
||||
|
||||
@property
|
||||
def metadata(self) -> typing.Optional[typing.Dict]:
|
||||
return None if not self.claim else self.claim.claim_dict['stream']['metadata']
|
||||
|
||||
def as_dict(self) -> typing.Dict:
|
||||
return {
|
||||
"name": self.claim_name,
|
||||
|
|
Loading…
Add table
Reference in a new issue