UpdateMarket
Incomplete change definition for governance proposal terms TODO: complete the type
type UpdateMarket {
marketId: ID!
updateMarketConfiguration: UpdateMarketConfiguration!
}
Fields
UpdateMarket.marketId
● ID!
non-null scalar
UpdateMarket.updateMarketConfiguration
● UpdateMarketConfiguration!
non-null object
Implemented by
ProposalChange
union