certificate.py
This commit is contained in:
parent
70a7ca95fe
commit
4a56d38782
1 changed files with 5 additions and 0 deletions
5
lbrynet/wallet/certificate.py
Normal file
5
lbrynet/wallet/certificate.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from collections import namedtuple
|
||||
|
||||
|
||||
class Certificate(namedtuple('Certificate', ('txhash', 'nout', 'claim_id', 'name', 'private_key'))):
|
||||
pass
|
Loading…
Reference in a new issue