java-stellar-sdk
java-stellar-sdk copied to clipboard
`to_muxed` and `to_muxed_id` not available in PaymentOperationResponse
What version are you using?
0.26.0
What did you do?
I tried accessing to_muxed from PaymentOperationResponse, but it wasn't there. For example, PathPaymentBaseOperationResponse has a function getToMuxed which returns a Muxed account from to_muxed and to_muxed_id if they are available.
What did you expect to see?
I expected to be able to get the to_muxed property from a payment response.
What did you see instead?
It isn't possible to get the to_muxed property from a payment response.