Skip to main content
Version: v3

Request Permission Termination

Permission termination is the process of ending the validity of an existing permission in the ecosystem.

In can only be executed by the grantee of the permission.

  • If the permission to terminate is of type ISSUER, ISSUER_GRANTOR, VERIFIER, VERIFIER_GRANTOR, ECOSYSTEM, it is terminated immediately and corresponding trust deposit is freed.
  • if permission type is HOLDER, validator must call the confirm permission termination so that the permission is terminated and trust deposit freed.

Message Parameters

NameDescriptionMandatory
TODO

@matlux

Post the Message

Usage

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

@matlux

Example

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

@matlux