mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Expose the extrinsic hash from TxProgress (#614)
This commit is contained in:
@@ -64,6 +64,11 @@ impl<T: Config, C> TxProgress<T, C> {
|
||||
ext_hash,
|
||||
}
|
||||
}
|
||||
|
||||
/// Return the hash of the extrinsic.
|
||||
pub fn extrinsic_hash(&self) -> T::Hash {
|
||||
self.ext_hash
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Config, C: OnlineClientT<T>> TxProgress<T, C> {
|
||||
|
||||
Reference in New Issue
Block a user