aragonosx:act
Execute actions directly through the DAO (the caller needs EXECUTE_PERMISSION on it).
Syntax
Section titled “Syntax”aragonosx:act <block>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
block | block | Actions to execute |
Options
Section titled “Options”| Name | Type | Description |
|---|---|---|
--call-id | string | bytes32 identifier attached to the execution (default 0x0) |
--allow-failure-map | number | Bitmap of actions allowed to fail (default none) |
Examples
Section titled “Examples”# Execute directly through the DAO when the caller holds EXECUTE_PERMISSIONaragonosx:connect 0x2222222222222222222222222222222222222222 ( aragonosx:act ( aragonosx:grant ROOT on dao to 0xc125218F4Df091eE40624784caF7F47B9738086f ))