The mandate & selective dispatch
The mandate is a set of contracts, not a document
Selective dispatch: one named permission authorizes each call
function dispatch(
address account,
address permission, // the single permission that must approve this call
address target,
uint256 value,
bytes calldata data,
bytes calldata managerSig,
uint256 deadline
) external;What happens on a denied call
Batches
Last updated

