Skip to main content

JBLaunchRulesetsConfig

Git Source

Notes:

  • member: projectId The ID of the project to launch rulesets for.

  • member: rulesetConfigurations The ruleset configurations to queue.

  • member: terminalConfigurations The terminal configurations to add for the project.

  • member: memo A memo to pass along to the emitted event.

struct JBLaunchRulesetsConfig {
uint56 projectId;
JBPayDataHookRulesetConfig[] rulesetConfigurations;
JBTerminalConfig[] terminalConfigurations;
string memo;
}