Skip to main content

Module input_note_states

Module input_note_states 

Source
Expand description

Contains structures that model all states in which an input note can be.

Structs§

CommittedNoteState
Information related to notes in the InputNoteState::Committed state.
ConsumedAuthenticatedLocalNoteState
Information related to notes in the InputNoteState::ConsumedAuthenticatedLocal state.
ExpectedNoteState
Information related to notes in the InputNoteState::Expected state.
InvalidNoteState
Information related to notes in the InputNoteState::Invalid state.
ProcessingAuthenticatedNoteState
Information related to notes in the InputNoteState::ProcessingAuthenticated state.
ProcessingUnauthenticatedNoteState
Information related to notes in the InputNoteState::ProcessingUnauthenticated state.
UnverifiedNoteState
Information related to notes in the InputNoteState::Unverified state.

Enums§

InputNoteState
The possible states of a tracked note.