pub const PING_TRANSACTION_INDEX: TransactionIndex = TransactionIndex::MAX; // 65_535u16
Expand description
The index of the ping transaction. This is a special type of transaction that is used in order to ping consensus and perform ping requests. We reserve the max index for this transaction.