OmnichainGovernanceExecutor
OmnichainGovernanceExecutor
Solidity API
enum ProposalType {
NORMAL,
FASTTRACK,
CRITICAL
}struct Proposal {
uint256 id;
uint256 eta;
address[] targets;
uint256[] values;
string[] signatures;
bytes[] calldatas;
bool canceled;
bool executed;
uint8 proposalType;
}guardian
srcChainId
lastProposalReceived
proposals
proposalTimelocks
queued
setSrcChainId
Name
Type
Description
setGuardian
Name
Type
Description
addTimelocks
Name
Type
Description
execute
Name
Type
Description
cancel
Name
Type
Description
setTimelockPendingAdmin
Name
Type
Description
retryMessage
Name
Type
Description
state
Name
Type
Description
Name
Type
Description
Last updated