Type alias MarketBonds

MarketBonds: {
    __typename?: "MarketBonds";
    creation?: Maybe<MarketBond>;
    oracle?: Maybe<MarketBond>;
}

Amount reserved for creation of markets, selecting oracles, joining the council, making treasury proposals, setting on-chain identities, voting, creating DAOs, and other parts of the protocol.

Type declaration

  • Optional __typename?: "MarketBonds"
  • Optional creation?: Maybe<MarketBond>

    Bond associated with creation of markets

  • Optional oracle?: Maybe<MarketBond>

    Bond associated with oracle selection

Generated using TypeDoc