Modifying constructor for certificate structures.
(change-certificate x [:proposal <proposal>] [:endorsers <endorsers>])
This is an often useful alternative to make-certificate.
We construct a new certificate structure that is a copy of
This is an ordinary
Macro:
(defmacro change-certificate (x &rest args) (std::change-aggregate 'certificate x args '((:proposal . certificate->proposal) (:endorsers . certificate->endorsers)) 'change-certificate 'nil))