Proposals
Proposal Creation
createProposal(Action[] calldata _pipeline) externalenum ActionType {
REGULAR,
APP
}
struct Action {
ActionType actionType;
address to;
bytes data;
uint256 value;
}Last updated
createProposal(Action[] calldata _pipeline) externalenum ActionType {
REGULAR,
APP
}
struct Action {
ActionType actionType;
address to;
bytes data;
uint256 value;
}Last updated