feat: integrate OpPrimitives (#13556)

This commit is contained in:
Arsenii Kulikov
2024-12-27 18:11:11 +03:00
committed by GitHub
parent c35fe4ac54
commit 4994cdf0b0
44 changed files with 524 additions and 506 deletions

View File

@ -978,7 +978,7 @@ pub trait PoolTransaction:
type TryFromConsensusError: fmt::Display;
/// Associated type representing the raw consensus variant of the transaction.
type Consensus: From<Self::Pooled>;
type Consensus: SignedTransaction + From<Self::Pooled>;
/// Associated type representing the recovered pooled variant of the transaction.
type Pooled: SignedTransaction;