JBGlobalFundingCycleMetadata
Codeβ
Definitionβ
/**
  @member allowSetTerminals A flag indicating if setting terminals should be allowed during this funding cycle.
  @member allowSetController A flag indicating if setting a new controller should be allowed during this funding cycle.
*/
struct JBGlobalFundingCycleMetadata {
  bool allowSetTerminals;
  bool allowSetController;
}
allowSetTerminalsis a flag indicating if setting terminals should be allowed during this funding cycle.allowSetControlleris a flag indicating if setting a new controller should be allowed during this funding cycle.