pub type NoteArgs = Word;
#[repr(C)]pub struct NoteArgs { pub a: Felt, pub b: Felt, pub c: Felt, pub d: Felt, }
a: Felt
The underlying elements of this word.
b: Felt
c: Felt
d: Felt