Sha256: d85053b9f406552e0d7d084d15ad2ac59a1d1cca7029078547cfedd016e5a090

Contents?: true

Size: 672 Bytes

Versions: 11

Compression:

Stored size: 672 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,  // not enough signatures to perform operation
#       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

11 entries across 11 versions & 2 rubygems

Version Path
stellar-base-0.4.0 generated/stellar/operation_result_code.rb
open-core-0.3.0 generated/stellar/operation_result_code.rb
stellar-base-0.3.0 generated/stellar/operation_result_code.rb
stellar-base-0.2.0 generated/stellar/operation_result_code.rb
stellar-base-0.1.4 generated/stellar/operation_result_code.rb
stellar-base-0.1.3 generated/stellar/operation_result_code.rb
stellar-base-0.1.2 generated/stellar/operation_result_code.rb
stellar-base-0.1.1 generated/stellar/operation_result_code.rb
stellar-base-0.1.0 generated/stellar/operation_result_code.rb
stellar-base-0.0.20 generated/stellar/operation_result_code.rb
stellar-base-0.0.19 generated/stellar/operation_result_code.rb