Enum ethers_flashbots::BundleTransaction [−][src]
pub enum BundleTransaction {
Signed(Transaction),
Raw(Bytes),
}Expand description
A transaction that can be added to a bundle.
Variants
A pre-signed transaction.
Tuple Fields of Signed
0: TransactionAn RLP encoded signed transaction.
Tuple Fields of Raw
0: BytesTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BundleTransaction
impl Send for BundleTransaction
impl Sync for BundleTransaction
impl Unpin for BundleTransaction
impl UnwindSafe for BundleTransaction
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self