You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feedback from a community member. These are some questions they had that they could not find answers to.
explain what does #[aztec(note)] do. Explain each field. Why do we need randomness, why do we need npk_m_hash, what does serialize_content, explain context.request_nsk_app, explain get_nsk_app(self.npk_m_hash). What if there is no npk_m_hash(in case of a multisig, i believe)? Why is trait Eq is implemented manually instead of #[derive(Eq)]?
The text was updated successfully, but these errors were encountered:
feedback from a community member. These are some questions they had that they could not find answers to.
explain what does
#[aztec(note)]
do. Explain each field. Why do we needrandomness
, why do we neednpk_m_hash
, what doesserialize_content
, explaincontext.request_nsk_app
, explainget_nsk_app(self.npk_m_hash)
. What if there is nonpk_m_hash
(in case of a multisig, i believe)? Why istrait Eq
is implemented manually instead of#[derive(Eq)]
?The text was updated successfully, but these errors were encountered: