pub(crate) type SpendingTransactionId = Hash;
Spending transaction id type when the indexer feature is selected.
indexer
struct SpendingTransactionId(pub [u8; 32]);
0: [u8; 32]