pub trait OpPooledTx: MaybeConditionalTransaction + PoolTransaction { }
Available on crate features
node-api
and node
only.Expand description
Helper trait to provide payload builder with access to conditionals and encoded bytes of transaction.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.