Type Alias SpendingTransactionId

Source
pub(crate) type SpendingTransactionId = Hash;
Expand description

Spending transaction id type when the indexer feature is selected.

Aliased Type§

pub(crate) struct SpendingTransactionId(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]