How to createValidator using authz module? #64
-
I wanted to use authz module in coreum chain, My use case is i want to authorize grantee to run createValidator command and also use grantee's tokens. I have already created the tx of granter,grantee pair using cored tx authz grant command. But i don't know what to do after that such that createValidator command can be run by grantee's account. Please help me with this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, you need to generate unsigned txn (using --generate-only flag) from granter and broadcast (using |
Beta Was this translation helpful? Give feedback.
Hey, you don't need to send txn to grantee, the grantee can create the unsigned txn with the address of granter directly
for example:
https://resolute.vitwit.com is having UI for some authz operations, but I guess
createValidator
is not included (may be upcoming)