InputNoteCommitment (in crates/miden-protocol/src/transaction/proven_tx.rs) has private fields (nullifier: Nullifier, header: Option<NoteHeader>) and no public constructor. So we should add either of this options to allow deserializing from proto types.
Original discussion on miden-node
InputNoteCommitment (in
crates/miden-protocol/src/transaction/proven_tx.rs) has private fields (nullifier:Nullifier, header:Option<NoteHeader>) and no public constructor. So we should add either of this options to allow deserializing from proto types.Original discussion on miden-node