Sha256: f13283e3789a1f5d85191d6bfa0d022b6ed0522d4688ce490b7611c0c0f7f86d

Contents?: true

Size: 830 Bytes

Versions: 28

Compression:

Stored size: 830 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ManageOfferOp
#   {
#       Asset selling;
#       Asset buying;
#       int64 amount; // amount being sold. if set to 0, delete the offer
#       Price price;  // price of thing being sold in terms of what you are buying
#   
#       // 0=create a new offer, otherwise edit an existing offer
#       uint64 offerID;
#   };
#
# ===========================================================================
module Stellar
  class ManageOfferOp < XDR::Struct
    attribute :selling,  Asset
    attribute :buying,   Asset
    attribute :amount,   Int64
    attribute :price,    Price
    attribute :offer_id, Uint64
  end
end

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
open-core-0.3.0 generated/stellar/manage_offer_op.rb
stellar-base-0.3.0 generated/stellar/manage_offer_op.rb
stellar-base-0.2.0 generated/stellar/manage_offer_op.rb
stellar-base-0.1.4 generated/stellar/manage_offer_op.rb
stellar-base-0.1.3 generated/stellar/manage_offer_op.rb
stellar-base-0.1.2 generated/stellar/manage_offer_op.rb
stellar-base-0.1.1 generated/stellar/manage_offer_op.rb
stellar-base-0.1.0 generated/stellar/manage_offer_op.rb