1: [
[
"and",
[
[
"address",
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
[
"has",
{
"what": "output",
"asset": "base",
"amount_at_least": "$amount",
"address": "$driverPayoutAddress"
}
],
[
"in data feed",
[
[
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
"RIDE_STATUS",
"=",
"RIDE-$rideId-COMPLETED"
]
]
]
],
[
"and",
[
[
"address",
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
[
"has",
{
"what": "output",
"asset": "base",
"amount_at_least": "$amount",
"address": "$passengerRefundAddress"
}
],
[
"in data feed",
[
[
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
"RIDE_STATUS",
"=",
"RIDE-$rideId-INCOMPLETE"
]
]
]
],
[
"and",
[
[
"address",
"$driverPayoutAddress"
],
[
"in data feed",
[
[
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
"RIDE_STATUS",
"=",
"RIDE-$rideId-COMPLETED"
]
]
]
],
[
"and",
[
[
"address",
"$passengerRefundAddress"
],
[
"in data feed",
[
[
"MCQDGSPTBGIKJURITCNURTPJ5OYLATAY"
],
"RIDE_STATUS",
"=",
"RIDE-$rideId-INCOMPLETE"
]
]
]
]
]