Sha256: 9e094463c80ffd20c690f89de84f4462386937cb547284d6d571e620690a9183

Contents?: true

Size: 682 Bytes

Versions: 11

Compression:

Stored size: 682 Bytes

Contents

# Automatically generated on 2015-05-13T15:00:04-07:00
# 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 & 1 rubygems

Version Path
stellar-base-0.0.18 generated/stellar/operation_result_code.rb
stellar-base-0.0.17 generated/stellar/operation_result_code.rb
stellar-base-0.0.16 generated/stellar/operation_result_code.rb
stellar-base-0.0.15 generated/stellar/operation_result_code.rb
stellar-base-0.0.14 generated/stellar/operation_result_code.rb
stellar-base-0.0.13 generated/stellar/operation_result_code.rb
stellar-base-0.0.12 generated/stellar/operation_result_code.rb
stellar-base-0.0.11 generated/stellar/operation_result_code.rb
stellar-base-0.0.10 generated/stellar/operation_result_code.rb
stellar-base-0.0.9 generated/stellar/operation_result_code.rb
stellar-base-0.0.8 generated/stellar/operation_result_code.rb