(self, inner_path, content=None)
| 793 | |
| 794 | # Return: The required number of valid signs for the content.json |
| 795 | def getSignsRequired(self, inner_path, content=None): |
| 796 | return 1 # Todo: Multisig |
| 797 | |
| 798 | def verifyCert(self, inner_path, content): |
| 799 | from Crypt import CryptBitcoin |