java-stellar-sdk icon indicating copy to clipboard operation
java-stellar-sdk copied to clipboard

`to_muxed` and `to_muxed_id` not available in PaymentOperationResponse

Open rahimklaber opened this issue 4 years ago • 0 comments

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.

rahimklaber avatar Aug 19 '21 02:08 rahimklaber