JoinPart Agents
Last updated
Was this helpful?
Last updated
Was this helpful?
Add a list of addresses to your data union:
Remove a list of addresses from your data union:
At deployment of the data union the creator () and the public address of the (0xf3e5a65851c3779f468c9ecb32e6f25d9d68601a) will be made joinPart agents by default.
You can change the default in the deployment options when deploying the data union:
To add one or multiple joinPart agents, call the following function and add their address.
addJoinPartAgent(0x12345)
or addJoinPartAgents([0x12345,0xabcdef])
To remove an agent, call the following function and add their address.
removeJoinPartAgent(0x12345)
Add and remove joinPart agents with a direct as the admin.