Sha256: 4127e7eba06d3c69520f3a3c6f45400d1017666241bf1be8416e8a0c9c52397c
Contents?: true
Size: 669 Bytes
Versions: 6
Compression:
Stored size: 669 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct CreatePassiveSellOfferOp # { # Asset selling; // A # Asset buying; // B # int64 amount; // amount taker gets # Price price; // cost of A in terms of B # }; # # =========================================================================== module Stellar class CreatePassiveSellOfferOp < XDR::Struct attribute :selling, Asset attribute :buying, Asset attribute :amount, Int64 attribute :price, Price end end
Version data entries
6 entries across 6 versions & 1 rubygems