Sha256: 7fd42dce03f8c1009f54760aeda3c35d0d30d2fbacae0929d5319671fa8dcd84

Contents?: true

Size: 934 Bytes

Versions: 9

Compression:

Stored size: 934 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ClaimOfferAtom
#   {
#       // emited 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

9 entries across 9 versions & 2 rubygems

Version Path
stellar-base-0.8.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.7.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.6.1 generated/stellar/claim_offer_atom.rb
stellar-base-0.6.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.5.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.4.0 generated/stellar/claim_offer_atom.rb
open-core-0.3.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.3.0 generated/stellar/claim_offer_atom.rb
stellar-base-0.2.0 generated/stellar/claim_offer_atom.rb