Type Alias Index

Source
pub type Index = TransactionIndex<SeqTypes>;
Expand description

Index of a transaction.

Aliased Type§

struct Index {
    pub ns_index: NsIndex,
    pub position: u32,
}

Fields§

§ns_index: NsIndex

Index for looking up the namespace this transaction belongs to.

§position: u32

Index of the transaction within its namespace in its block.