Type Alias novax_executor::DummyTransactionExecutor

source ·
pub type DummyTransactionExecutor = DummyExecutor<SendableTransaction>;
Expand description

A type alias for DummyExecutor handling SendableTransaction.

Aliased Type§

struct DummyTransactionExecutor {
    pub tx: Option<SendableTransaction>,
    pub caller: Option<Address>,
}

Fields§

§tx: Option<SendableTransaction>

Holds the transaction details.

§caller: Option<Address>

Optionally holds the caller address.