Skip to main content

Update a Trust Registry

Post a message that will modify the ledger state by updating a trust registry.

tip

Only the account that is the controller of the trust registry can execute this method.

Message Parameters

NameDescriptionMandatory
idid of the trust registry to updateyes
didDecentralized Identifier (DID) - must follow DID specificationyes
akaAlso Known As URL.no

Post the Message

Usage

  veranad tx tr update-trust-registry [id] [did] [flags]

Example

veranad tx tr update-trust-registry ${TRUST_REG_ID} did:example:newdidmat --aka https://new-aka-example.com --from $USER_ACC --chain-id ${CHAIN_ID} --keyring-backend test --fees 600000uvna --node $NODE_RPC