Sha256: 67e53257c05207b729e03a7e24e7e322d8248416803082d299d060febe47e939

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct CreateBidOp
#   {
#       uint64 lotID; // name of the lot
#       uint64 amount;
#   };
#
# ===========================================================================
module Stellar
  class CreateBidOp < XDR::Struct
    attribute :lot_id, Uint64
    attribute :amount, Uint64
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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