lib/stellar/transaction.rb in stellar-base-0.0.12 vs lib/stellar/transaction.rb in stellar-base-0.0.13

- old
+ new

@@ -25,11 +25,17 @@ make :change_trust, attributes end # # @see Stellar::Operation.create_offer - def self.create_offer(attributes={}) - make :create_offer, attributes + def self.manage_offer(attributes={}) + make :manage_offer, attributes + end + + # + # @see Stellar::Operation.create_passive_offer + def self.create_passive_offer(attributes={}) + make :create_passive_offer, attributes end # # @see Stellar::Operation.set_options def self.set_options(attributes={})