lib/stellar/transaction.rb in stellar-base-0.20.0 vs lib/stellar/transaction.rb in stellar-base-0.21.0

- old
+ new

@@ -12,9 +12,21 @@ def self.path_payment(attributes={}) make :path_payment, attributes end # + # @see Stellar::Operation.path_payment_strict_receive + def self.path_payment_strict_receive(attributes={}) + make :path_payment_strict_receive, attributes + end + + # + # @see Stellar::Operation.path_payment_strict_send + def self.path_payment_strict_send(attributes={}) + make :path_payment_strict_send, attributes + end + + # # @see Stellar::Operation.create_account def self.create_account(attributes={}) make :create_account, attributes end