pub type TransactionProcessorRunOutput = Vec<InstructionOutput>;

Aliased Type§

struct TransactionProcessorRunOutput {
    buf: RawVec<InstructionOutput>,
    len: usize,
}

Fields§

§buf: RawVec<InstructionOutput>§len: usize