OBJECT

Manage_Offer

link GraphQL Schema definition

  • type Manage_Offer implements History {
  • id: ID!
  • # Transaction id that this operation is part of
  • transaction_hash: String!
  • # Public key for the source account
  • source_account: String!
  • # Type of history
  • type: String!
  • # Timestamp when this operation took place
  • created_at: Date!
  • # Offer Id passed in. Zero signifies a new offer.
  • offer_id: String!
  • # Type of Asset being offered for sale
  • selling_asset_type: String!
  • # Code of Asset being offered for sale
  • selling_asset_code: String
  • # Issuer of Asset being offered for sale
  • selling_asset_issuer: String
  • # Type of Asset being bought
  • buying_asset_type: String!
  • # Code of Asset being bought
  • buying_asset_code: String
  • # Issuer of Asset being bought
  • buying_asset_issuer: String
  • # Amount of asset being offered for sale
  • amount: String!
  • # Price of asset being offered for sale
  • price: String!
  • }

link Require by

This element is not required by anyone