Function build_receipt
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,
Available on crate feature
rpc
only.Expand description
Builds an TransactionReceipt
obtaining the inner receipt envelope from the given closure.