Sha256: 01cd92b1a4d6d84c4145772e3415846c07e38aa6511276da75862baa6c752878

Contents?: true

Size: 592 Bytes

Versions: 3

Compression:

Stored size: 592 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct RegisterParticipantOp
#   {
#       uint64 lotID; // name of the lot
#       AccountID accountID;
#       uint64 bestBid;
#   };
#
# ===========================================================================
module Stellar
  class RegisterParticipantOp < XDR::Struct
    attribute :lot_id,     Uint64
    attribute :account_id, AccountID
    attribute :best_bid,   Uint64
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
auction-ruby-base-0.1.3 generated/stellar/register_participant_op.rb
auction-ruby-base-0.1.2 generated/stellar/register_participant_op.rb
auction-ruby-base-0.1.1 generated/stellar/register_participant_op.rb