Hey!
I’m trying to implement transaction creation with Java SDK 12.1.0. I keep getting error code 1409 with message: Creating a transaction with both ‘destination’ and ‘destinations’ is not supported. I set only destination attribute for TransactionRequest and even tried to set destinations to null, but the error keeps showing up.