OBJECT

ManageSellOfferOperation

link GraphQL Schema definition

  • type ManageSellOfferOperation implements Operation {
  • # Operation id, assigned by Horizon
  • id: String!
  • type: OperationType!
  • # Account on which behalf operation was executed
  • sourceAccount: Account!
  • # When operations was executed
  • dateTime: DateTime!
  • # Transaction that contains this operation
  • transaction: Transaction!
  • # Rational representation of the price
  • priceComponents: OfferPriceComponents!
  • # Price of 1 unit of `selling` in terms of `buying`
  • price: String!
  • offerId: String!
  • # Amount of `selling` being sold
  • amount: String!
  • # Asset the offer creator is selling
  • assetSelling: Asset!
  • # Asset the offer creator is buying
  • assetBuying: Asset!
  • }

link Require by

This element is not required by anyone