Sha256: 75fdeac312c265219090c67929c6a2ee8425d32c4c0005df6d5c9b67bc7fef9b

Contents?: true

Size: 1003 Bytes

Versions: 18

Compression:

Stored size: 1003 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   enum OperationType
#   {
#       CREATE_ACCOUNT = 0,
#       PAYMENT = 1,
#       PATH_PAYMENT = 2,
#       MANAGE_OFFER = 3,
#       CREATE_PASSIVE_OFFER = 4,
#       SET_OPTIONS = 5,
#       CHANGE_TRUST = 6,
#       ALLOW_TRUST = 7,
#       ACCOUNT_MERGE = 8,
#       INFLATION = 9
#   };
#
# ===========================================================================
module Stellar
  class OperationType < XDR::Enum
    member :create_account,       0
    member :payment,              1
    member :path_payment,         2
    member :manage_offer,         3
    member :create_passive_offer, 4
    member :set_options,          5
    member :change_trust,         6
    member :allow_trust,          7
    member :account_merge,        8
    member :inflation,            9

    seal
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
stellar-base-0.10.0 generated/stellar/operation_type.rb
stellar-base-0.9.0 generated/stellar/operation_type.rb
stellar-base-0.8.0 generated/stellar/operation_type.rb
stellar-base-0.7.0 generated/stellar/operation_type.rb
stellar-base-0.6.1 generated/stellar/operation_type.rb
stellar-base-0.6.0 generated/stellar/operation_type.rb
stellar-base-0.5.0 generated/stellar/operation_type.rb
stellar-base-0.4.0 generated/stellar/operation_type.rb
open-core-0.3.0 generated/stellar/operation_type.rb
stellar-base-0.3.0 generated/stellar/operation_type.rb
stellar-base-0.2.0 generated/stellar/operation_type.rb
stellar-base-0.1.4 generated/stellar/operation_type.rb
stellar-base-0.1.3 generated/stellar/operation_type.rb
stellar-base-0.1.2 generated/stellar/operation_type.rb
stellar-base-0.1.1 generated/stellar/operation_type.rb
stellar-base-0.1.0 generated/stellar/operation_type.rb
stellar-base-0.0.20 generated/stellar/operation_type.rb
stellar-base-0.0.19 generated/stellar/operation_type.rb