Instruction
Used by executor to select an action and a target contract for a kernel action
struct Instruction {
Actions action;
address target;
}
Used by executor to select an action and a target contract for a kernel action
struct Instruction {
Actions action;
address target;
}