Type Alias TransactionDriverEffectsQueueResult

Source
pub type TransactionDriverEffectsQueueResult = Result<(Transaction, TransactionDriverResponse), (TransactionDigest, TransactionSubmissionError)>;

Aliased Type§

pub enum TransactionDriverEffectsQueueResult {
    Ok((Envelope<SenderSignedData, EmptySignInfo>, TransactionDriverResponse)),
    Err((TransactionDigest, TransactionSubmissionError)),
}

Variants§

§1.0.0

Ok((Envelope<SenderSignedData, EmptySignInfo>, TransactionDriverResponse))

Contains the success value

§1.0.0

Err((TransactionDigest, TransactionSubmissionError))

Contains the error value