Skip to main content
Version: v4 (next)

Get a Trust Registry

MOD-TR-QRY-1

Query method for getting a trust registry by ID.

Query Parameters

NameDescriptionMandatory
tr-idID of the trust registry to getyes
active-gf-onlyReturn only active ecosystem governance framework, hide the other EGF versionsno
preferred-languagePrefer ecosystem governance framework in this language. Falls back to the default language if unavailableno

Execute the Query

Usage

veranad q tr get-trust-registry [tr_id] --node $NODE_RPC --output json
Copy-pasteable example

You can run these examples directly if you define the variables first:

TR_ID=5
NODE_RPC=https://rpc.testnet.verana.network

Example

veranad q tr get-trust-registry 1 --node $NODE_RPC --output json

Example with optional parameters

veranad q tr get-trust-registry 1 --active-gf-only=true --preferred-language=fr --node $NODE_RPC --output json