diff --git a/packages/fuels-programs/src/calls/receipt_parser.rs b/packages/fuels-programs/src/calls/receipt_parser.rs index fb98fd890..7027ea9d3 100644 --- a/packages/fuels-programs/src/calls/receipt_parser.rs +++ b/packages/fuels-programs/src/calls/receipt_parser.rs @@ -59,7 +59,7 @@ impl ReceiptParser { ) } - fn extract_contract_call_data(&mut self, target_contract: ContractId) -> Option> { + pub fn extract_contract_call_data(&mut self, target_contract: ContractId) -> Option> { // If the script contains nested calls, we need to extract the data of the top-level call let mut nested_calls_stack = vec![];