generated/stellar/operation_result.rb in stellar-base-0.20.0 vs generated/stellar/operation_result.rb in stellar-base-0.21.0
- old
+ new
@@ -12,12 +12,12 @@
# {
# case CREATE_ACCOUNT:
# CreateAccountResult createAccountResult;
# case PAYMENT:
# PaymentResult paymentResult;
-# case PATH_PAYMENT:
-# PathPaymentResult pathPaymentResult;
+# case PATH_PAYMENT_STRICT_RECEIVE:
+# PathPaymentStrictReceiveResult pathPaymentStrictReceiveResult;
# case MANAGE_SELL_OFFER:
# ManageSellOfferResult manageSellOfferResult;
# case CREATE_PASSIVE_SELL_OFFER:
# ManageSellOfferResult createPassiveSellOfferResult;
# case SET_OPTIONS:
@@ -34,9 +34,11 @@
# ManageDataResult manageDataResult;
# case BUMP_SEQUENCE:
# BumpSequenceResult bumpSeqResult;
# case MANAGE_BUY_OFFER:
# ManageBuyOfferResult manageBuyOfferResult;
+# case PATH_PAYMENT_STRICT_SEND:
+# PathPaymentStrictSendResult pathPaymentStrictSendResult;
# }
# tr;
# default:
# void;
# };