Skip to content
Discussion options

You must be logged in to vote

this should be doable via

/// Tries to convert the `Consensus` type with a blob sidecar into the `Pooled` type.
///
/// Returns `None` if passed transaction is not a blob transaction.
fn try_from_eip4844(
tx: Recovered<Self::Consensus>,
sidecar: BlobTransactionSidecarVariant,
) -> Option<Self>;

see also:

let transaction = self.sign_request(&from, request).await?.with_signer(from);
let pool_transaction =
<<Self as RpcNodeCore>::Pool as TransactionPool>::Transa…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@djm07073
Comment options

@djm07073
Comment options

@mattsse
Comment options

@djm07073
Comment options

@djm07073
Comment options

Answer selected by mattsse
Comment options

You must be logged in to vote
2 replies
@djm07073
Comment options

@mattsse
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants