CreatePassiveSellOfferOpXdr

data class CreatePassiveSellOfferOpXdr(val selling: AssetXdr, val buying: AssetXdr, val amount: Int64Xdr, val price: PriceXdr)

XDR Source: struct CreatePassiveSellOfferOp { Asset selling; // A Asset buying; // B int64 amount; // amount taker gets Price price; // cost of A in terms of B };

Constructors

Link copied to clipboard
constructor(selling: AssetXdr, buying: AssetXdr, amount: Int64Xdr, price: PriceXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

amount taker gets

Link copied to clipboard
Link copied to clipboard

cost of A in terms of B

Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)