Manage Authorities to DSA
Auth connector triggers the methods adding and removing the DSA Authorities. You can view details like source code, ABIs on Etherscan.
Add Authority to DSA.
spells.add({
connector: "authority",
method: "add",
args: [authority]
});
Parameter | Type | Description |
---|---|---|
authority | address | The authority address. |
Remove Authority to DSA.
spells.add({
connector: "authority",
method: "remove",
args: [authority]
});
Parameter | Type | Description |
---|---|---|
authority | address | The authority address. |
If you still can't find something you're looking for or have any questions, ask them at our developers community on Discord or simply send an Email.
Our team is excited about assisting you to build an application using Instadapp Developer Platform. Your questions and feedback help us make a better development environment for future developers.
Best way to stay connected with our progress.