Sha256: e6b2b3b570c25ad567c7d0c5bb1e66af5b895eb68bf782a2a022628801e7bc38
Contents?: true
Size: 717 Bytes
Versions: 2
Compression:
Stored size: 717 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct CreatePassiveOfferOp # { # Currency takerGets; # Currency takerPays; # int64 amount; // amount taker gets. if set to 0, delete the offer # Price price; // =takerPaysAmount/takerGetsAmount # }; # # =========================================================================== module Stellar class CreatePassiveOfferOp < XDR::Struct attribute :taker_gets, Currency attribute :taker_pays, Currency attribute :amount, Int64 attribute :price, Price end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.20 | generated/stellar/create_passive_offer_op.rb |
stellar-base-0.0.19 | generated/stellar/create_passive_offer_op.rb |