Skip to main content

NoteArgs

Type Alias NoteArgs 

Source
pub type NoteArgs = Word;

Aliased Type§

#[repr(C)]
pub struct NoteArgs { pub a: Felt, pub b: Felt, pub c: Felt, pub d: Felt, }

Fields§

§a: Felt

The underlying elements of this word.

§b: Felt§c: Felt§d: Felt