DaoIdentity
inputs | 0 | address | _resolver |
CONTRACT_ADDRESS
db4ecbc1
addGroupUser
737988e3
Function to add an address to a group (only root can call this function)
inputs | 0 | uint256 | _group_id | ID of the group to be added in |
1 | address | _user | Ethereum address of the user | |
2 | bytes32 | _doc | hash of IPFS doc containing details of this user |
get_contract
3f83acff
Get the address of a contract
inputs | 0 | bytes32 | _key | the resolver key to look up |
outputs | 0 | address | _contract | the address of the contract |
key
3943380c
removeGroupUser
c86ee925
Function to remove a user from group (only root can call this)
inputs | 0 | address | _user | Ethereum address of the user to be removed from their group |
resolver
04f3bcec
updateKyc
944ae971
Function to update the KYC data of user (expiry data of valid KYC) (can only be called by the KYC ADMIN role)
inputs | 0 | address | _user | Ethereum address of the user |
1 | bytes32 | _doc | hash of the IPFS doc containing kyc information about this user | |
2 | uint256 | _id_expiration | expiry date of the KYC |