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