//! Typestate markers for SendIntent state transitions
use Uuid;
/// Marker for a newly created intent awaiting batch assignment
;
/// Marker for an intent assigned to a batch
/// Marker for an intent whose batch has been broadcast
/// Marker for an intent that failed before a signed transaction was committed
;