A lot of the structs currently exists in both aztec-nr and the protocol-circuits. For things that are protocol specific, and not just helpers around how you "could" do it, delete the version in aztec-nr and import the structs from protocol.
This makes it easier for us to address the refactor afterwards.
A lot of the structs currently exists in both
aztec-nrand theprotocol-circuits. For things that are protocol specific, and not just helpers around how you "could" do it, delete the version inaztec-nrand import the structs fromprotocol.This makes it easier for us to address the refactor afterwards.