link GraphQL Schema definition
- type ManageBuyOfferOperation implements Operation {
- # Operation id, assigned by Horizon
- : String!
- : OperationType!
- # Account on which behalf operation was executed
- : Account!
- # When operations was executed
- : DateTime!
- # Transaction that contains this operation
- : Transaction!
- # Rational representation of the price
- : OfferPriceComponents!
- # Price of 1 unit of `selling` in terms of `buying`
- : String!
- : String!
- # Amount of `selling` being sold
- : String!
- # Asset the offer creator is selling
- : Asset!
- # Asset the offer creator is buying
- : Asset!
- }
link Require by
This element is not required by anyone