Expand description
Contains structures that model all states in which an input note can be.
Structs§
- Committed
Note State - Information related to notes in the
InputNoteState::Committedstate. - Consumed
Authenticated Local Note State - Information related to notes in the
InputNoteState::ConsumedAuthenticatedLocalstate. - Expected
Note State - Information related to notes in the
InputNoteState::Expectedstate. - Invalid
Note State - Information related to notes in the
InputNoteState::Invalidstate. - Processing
Authenticated Note State - Information related to notes in the
InputNoteState::ProcessingAuthenticatedstate. - Processing
Unauthenticated Note State - Information related to notes in the
InputNoteState::ProcessingUnauthenticatedstate. - Unverified
Note State - Information related to notes in the
InputNoteState::Unverifiedstate.
Enums§
- Input
Note State - The possible states of a tracked note.