Authz
Authorize and revoke access to execute transactions on behalf of your address
Authorization to Spend
Grant
Grant permission for one address to spend on behalf of another address.
sentinelhub tx authz grant \
<grantee_address> \
send \
--from <granter_key_name> \
--spend-limit <amount>udvpn \
--expiration 1730799045 \
--node https://rpc.sentinel.co:443 \
--chain-id sentinelhub-2 \
--gas-prices=0.5udvpn \
--gas=300000
Revoke
Revoke permission for one address to spend on behalf of another address.
sentinelhub tx authz revoke \
<grantee_address> \
/cosmos.bank.v1beta1.MsgSend \
--from <granter_key_name> \
--node https://rpc.sentinel.co:443 \
--chain-id sentinelhub-2 \
--gas-prices=0.5udvpn \
--gas=300000