Sha256: fea129774b2477f76f203706acf2d9ad7b6f1e483021839186570d04e37bf9a2

Contents?: true

Size: 670 Bytes

Versions: 13

Compression:

Stored size: 670 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   enum OperationResultCode
#   {
#       opINNER = 0, // inner object result is valid
#   
#       opBAD_AUTH = -1,  // too few valid signatures / wrong network
#       opNO_ACCOUNT = -2 // source account was not found
#   };
#
# ===========================================================================
module Stellar
  class OperationResultCode < XDR::Enum
    member :op_inner,      0
    member :op_bad_auth,   -1
    member :op_no_account, -2

    seal
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
stellar-base-0.13.0 generated/stellar/operation_result_code.rb
stellar-base-0.12.0 generated/stellar/operation_result_code.rb
stellar-base-0.11.0 generated/stellar/operation_result_code.rb
auction-ruby-base-0.1.3 generated/stellar/operation_result_code.rb
auction-ruby-base-0.1.2 generated/stellar/operation_result_code.rb
auction-ruby-base-0.1.1 generated/stellar/operation_result_code.rb
stellar-base-0.10.0 generated/stellar/operation_result_code.rb
stellar-base-0.9.0 generated/stellar/operation_result_code.rb
stellar-base-0.8.0 generated/stellar/operation_result_code.rb
stellar-base-0.7.0 generated/stellar/operation_result_code.rb
stellar-base-0.6.1 generated/stellar/operation_result_code.rb
stellar-base-0.6.0 generated/stellar/operation_result_code.rb
stellar-base-0.5.0 generated/stellar/operation_result_code.rb