Skip to main content
Version: testnet (v0.73)

SuccessorConfiguration

No description

type SuccessorConfiguration {
parentMarketId: String!
insurancePoolFraction: String!
}

Fields

SuccessorConfiguration.parentMarketId ● String! non-null scalar

ID of the market this proposal will succeed

SuccessorConfiguration.insurancePoolFraction ● String! non-null scalar

Decimal value between 0 and 1, specifying the fraction of the insurance pool balance is carried over from the parent market to the successor.

Member of

NewMarket object