@daostack/access_control
Version:
Capability-based access control for Ethereum smart contracts.
48 lines (21 loc) • 633 B
Markdown
# Group
[see the source](git+https://github.com/daostack/access_control/tree/master/contracts/Groups.sol)
**Execution cost**: No bound available
**Deployment cost**: No bound available
**Combined cost**: No bound available
## Methods
### forward(address,bytes)
**Execution cost**: No bound available
**Attributes**: payable
Params:
1. **_contract** *of type `address`*
2. **_data** *of type `bytes`*
### isMember(address)
**Execution cost**: No bound available
**Attributes**: constant
Params:
1. **_account** *of type `address`*
Returns:
1. **output_0** *of type `bool`*
[Back to the top ↑](#group)