UpdateMarketState
No description
type UpdateMarketState {
market: Market!
updateType: MarketUpdateType!
price: String
}
Fields
UpdateMarketState.market
● Market!
non-null object
The market for which to update the state
UpdateMarketState.updateType
● MarketUpdateType!
non-null enum
The type of update
UpdateMarketState.price
● String
scalar
Optional settlement price for terminating and settling futures market. Must be empty for other types of updates and other types of markets
Implemented by
ProposalChange
union