pub type TransactionDriverEffectsQueueResult = Result<(Transaction, TransactionDriverResponse), (TransactionDigest, TransactionSubmissionError)>;Aliased Type§
pub enum TransactionDriverEffectsQueueResult {
Ok((Envelope<SenderSignedData, EmptySignInfo>, TransactionDriverResponse)),
Err((TransactionDigest, TransactionSubmissionError)),
}Variants§
Ok((Envelope<SenderSignedData, EmptySignInfo>, TransactionDriverResponse))
Contains the success value
Err((TransactionDigest, TransactionSubmissionError))
Contains the error value