Sha256: 8af703686418f83e6cc04736ee31979443bc5d8833088724fae4f2f09a8c3919

Contents?: true

Size: 935 Bytes

Versions: 14

Compression:

Stored size: 935 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ClaimOfferAtom
#   {
#       // emitted to identify the offer
#       AccountID sellerID; // Account that owns the offer
#       uint64 offerID;
#   
#       // amount and asset taken from the owner
#       Asset assetSold;
#       int64 amountSold;
#   
#       // amount and asset sent to the owner
#       Asset assetBought;
#       int64 amountBought;
#   };
#
# ===========================================================================
module Stellar
  class ClaimOfferAtom < XDR::Struct
    attribute :seller_id,     AccountID
    attribute :offer_id,      Uint64
    attribute :asset_sold,    Asset
    attribute :amount_sold,   Int64
    attribute :asset_bought,  Asset
    attribute :amount_bought, Int64
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
stellar-base-0.19.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.18.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.17.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.16.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.15.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.14.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.13.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.12.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.11.0 generated/stellar/claim_offer_atom.rb
auction-ruby-base-0.1.3 generated/stellar/claim_offer_atom.rb
auction-ruby-base-0.1.2 generated/stellar/claim_offer_atom.rb
auction-ruby-base-0.1.1 generated/stellar/claim_offer_atom.rb
stellar-base-0.10.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.9.0 generated/stellar/claim_offer_atom.rb