Class PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess

java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess
All Implemented Interfaces:
XdrElement
Enclosing class:
PathPaymentStrictReceiveResult

public static class PathPaymentStrictReceiveResult.PathPaymentStrictReceiveResultSuccess extends Object implements XdrElement
PathPaymentStrictReceiveResultSuccess's original definition in the XDR file is:
 struct
     {
         ClaimAtom offers<>;
         SimplePaymentResult last;
     }