when I curl request to the counterparty
$data = array(
"a" => $a,
"b" => $b
);
$data_string = json_encode($data);
assume that my value to the counterparty is valuable
that the receipt will be null
can it be translated into
when I have no value
can I take the initiative to give the counterparty undefined instead of null?
counterpart is set as follows: