Increase Active Governance Framework Version
Post a message that will modify the ledger state by increasing the active EGF version of a given trust registry.
tip
Only the account that is the controller of the trust registry can execute this method.
Message Parameters
Name | Description | Mandatory |
---|---|---|
trust-registry-id | id of the trust registry for which we want to increase the active EGF version. | yes |
Post the Message
- CLI
- Frontend
Usage
veranad tx tr increase-active-gf-version <trust-registry-id> --from <user> --chain-id <chain-id> --keyring-backend test --fees <amount>
Note: The following examples assume you have set a TRUST_REG_ID
environment variable, update it with your trust registry id.
Example
veranad tx tr increase-active-gf-version ${TRUST_REG_ID} --from $USER_ACC --chain-id ${CHAIN_ID} --keyring-backend test --fees 600000uvna --node $NODE_RPC
Note: This command will fail if there's no document in the default language for the next version.
tip
TODO: describe here