cla source realm
2
const SignedEvent
4
func HasValidSignature
ActionHasValidSignature checks if an address has signed the current required CLA. Returns true if CLA enforcement is disabled (requiredHash == ""), or if the address has signed.
func ProposeNewCLA
crossing ActionProposeNewCLA creates a govdao proposal to update the CLA document hash and URL. When executed, it resets all existing signatures. Propose an empty hash to disable CLA enforcement.
func Render
func Sign
crossing ActionSign records a CLA signature for the caller. The hash must match the current required hash.