Sponsored jobs
struct JobSpecification {
uint256 nonce;
uint256 deadline;
IApplication application;
uint32 executionWindow;
bytes1 executionModule;
bytes1 feeModule;
bytes executionModuleInput;
bytes feeModuleInput;
bytes applicationInput;
}struct FeeModuleInput {
uint256 nonce;
uint256 deadline;
uint256 index;
bytes1 feeModule;
bytes feeModuleInput;
}Last updated