OBJECT
Manage_Offer
link GraphQL Schema definition
- type Manage_Offer implements History {
- : ID!
- # Transaction id that this operation is part of
- : String!
- # Public key for the source account
- : String!
- # Type of history
- : String!
- # Timestamp when this operation took place
- : Date!
- # Offer Id passed in. Zero signifies a new offer.
- : String!
- # Type of Asset being offered for sale
- : String!
- # Code of Asset being offered for sale
- : String
- # Issuer of Asset being offered for sale
- : String
- # Type of Asset being bought
- : String!
- # Code of Asset being bought
- : String
- # Issuer of Asset being bought
- : String
- # Amount of asset being offered for sale
- : String!
- # Price of asset being offered for sale
- : String!
- }
link Require by
This element is not required by anyone