MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / getSignsRequired

Method getSignsRequired

src/Content/ContentManager.py:795–796  ·  view source on GitHub ↗
(self, inner_path, content=None)

Source from the content-addressed store, hash-verified

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

Callers 1

verifyFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected