Skip to main content
Version: v4 (next)

Module Parameters

MOD-TR-QRY-3

Query the current parameters of the Trust Registry module.

Execute the Query

Usage

veranad q tr params --node $NODE_RPC --output json

Example

veranad q tr params --node $NODE_RPC --output json

Example Response

{
"params": {
"trust_unit_price": "1000000"
}
}