lib/stellar/transaction.rb in stellar-base-0.13.0 vs lib/stellar/transaction.rb in stellar-base-0.14.0
- old
+ new
@@ -66,9 +66,15 @@
def self.manage_data(attributes={})
make :manage_data, attributes
end
#
+ # @see Stellar::Operation.manage_data
+ def self.bump_sequence(attributes={})
+ make :bump_sequence, attributes
+ end
+
+ #
# Helper method to create a transaction with a single
# operation of the provided type. See class methods
# on Stellar::Operation for available values for
# operation_type.
#