JBQueueRulesetsConfig
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 JBQueueRulesetsConfig {
uint56 projectId;
JBPayDataHookRulesetConfig[] rulesetConfigurations;
string memo;
}