pub fn build_receipt<N, E>(
input: &ConvertReceiptInput<'_, N>,
blob_params: Option<BlobParams>,
build_envelope: impl FnOnce(ReceiptWithBloom<Receipt<Log>>) -> E,
) -> TransactionReceipt<E>where
N: NodePrimitives,
Expand description
Builds an [TransactionReceipt
] obtaining the inner receipt envelope from the given closure.