Skip to main content

Confirm Permission Termination

This method is called by a validator to confirm the termination of a vp when permission type is HOLDER, usually after revoking (or not) the verifiable credential of the holder. It can be although called by the grantee after a timeout, defined in GlobalVariables.validation_term_requested_timeout_days.

Fully terminating a permission is required to free the associated trust deposits.

Flow Diagram

plantuml

Message Parameters

NameDescriptionMandatory
TODO

@matlux

Post the Message

Usage

veranad tx perm confirm-vp-termination <perm-id> --from <user> --chain-id <chain-id> --keyring-backend test --fees <amount> --gas auto
TODO

@matlux

Example

veranad tx perm confirm-vp-termination $PERM_ID --from $USER_ACC --chain-id $CHAIN_ID --keyring-backend test --fees 600000uvna --node $NODE_RPC
TODO

@matlux