mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: integrate OpPrimitives (#13556)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user