Sha256: e7a6d22f86409a7eeffc2cbfa1b9902b276083aa3cf7a7bf5448b1ac756b7bda

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 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 HashIDPreimage
    class OperationID < XDR::Struct
      attribute :source_account, AccountID
      attribute :seq_num,        SequenceNumber
      attribute :op_num,         Uint32
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/hash_id_preimage/operation_id.rb
stellar-base-0.31.0 generated/stellar/hash_id_preimage/operation_id.rb
stellar-base-0.30.0 generated/stellar/hash_id_preimage/operation_id.rb