Type Definition sc_transaction_pool_api::TxHash
source · pub type TxHash<P> = <P as TransactionPool>::Hash;
Expand description
Transaction hash type for a pool.
pub type TxHash<P> = <P as TransactionPool>::Hash;
Transaction hash type for a pool.