Create a column called "Delegate" that will display if an account has a delegate or not. We will shortly add a delegate_address to https://service.genesis-dao.org/accounts/ - if this is null just present a - and else the addess (shortened).
For the time being it'll always be null as we are still implementing this.
Add a delegate action.
If the account has no delegate and the action is called
Create a delegate screen:
The function to use here is delegate and it takes the assetId and the delegateAccount.
Create a column called "Delegate" that will display if an account has a delegate or not. We will shortly add a
delegate_address
to https://service.genesis-dao.org/accounts/ - if this is null just present a-
and else the addess (shortened).For the time being it'll always be null as we are still implementing this.
Add a delegate action.
Create a delegate screen:
The function to use here is
delegate
and it takes theassetId
and thedelegateAccount
.Revoke the delegation:
The function here is
revokeDelegation
and it again takes theassetId
and thedelegateAccount
.