Sha256: 3e6112a8459a5eb5089144ed917fcc9c5a6d8af70e709770f6fe922221b28792

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct
#       {
#           AccountID sourceAccount;
#           SequenceNumber seqNum;
#           uint32 opNum;
#       }
#
# ===========================================================================
module Stellar
  class OperationID
    class Id < XDR::Struct
      attribute :source_account, AccountID
      attribute :seq_num,        SequenceNumber
      attribute :op_num,         Uint32
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stellar-base-0.29.0 generated/stellar/operation_id/id.rb
stellar-base-0.28.0 generated/stellar/operation_id/id.rb