You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,7 +127,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
127
127
|[GET_VENDOR_INFO](transactions/vendor-info.md#get_vendor_info) <br><br> Gets a Vendor Info for the given `vid` (vendor ID) | CLI `dcld query vendorinfo vendor --vid=<uint16>` <br><br> GET `/dcl/vendorinfo/vendors/{vid}`|
128
128
|[GET_ALL_VENDOR_INFO](transactions/vendor-info.md#get_all_vendor_info) <br><br> Gets information about all vendors for all VIDs | CLI `dcld query vendorinfo all-vendors` <br><br> GET `/dcl/vendorinfo/vendors`|
129
129
130
-
### [MODEL and MODEL_VERSION](transactions/model.md)
130
+
### [Model and Model Version](transactions/model.md)
@@ -143,7 +143,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
143
143
|[GET_ALL_VENDOR_MODELS](transactions/model.md#GET_ALL_VENDOR_MODELS) <br><br> Gets all Model Infos by the given Vendor | CLI `dcld query model vendor-models --vid=<uint16>` <br><br> GET `/dcl/model/models/{vid}`|
144
144
|[GET_ALL_MODEL_VERSIONS](transactions/model.md#GET_ALL_MODEL_VERSIONS) <br><br> Gets all Model Software Versions for vid and pid | CLI `dcld query model all-model-versions --vid=<uint16> --pid=<uint16>` <br><br> GET `/dcl/model/versions/{vid}/{pid}`|
@@ -241,7 +241,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
241
241
|[GET_ALL_PROPOSED_ACCS_TO_REVOKE](transactions/auth.md#get_all_proposed_accounts_to_revoke) <br><br> Gets all proposed but not approved accounts to be revoked | CLI `dcld query auth all-proposed-accounts-to-revoke` <br><br> GET `/dcl/auth/proposed-revocation-accounts`|
242
242
|[GET_ALL_REVOKED_ACCOUNTS](transactions/auth.md#get_all_revoked_accounts) <br><br> Gets all revoked accounts | CLI `dcld query auth all-revoked-accounts` <br><br> GET `/dcl/auth/revoked-accounts`|
@@ -263,7 +263,7 @@ Please make sure that TLS is enabled in gRPC, REST or Light Client Proxy for sec
263
263
|[GET_ALL_LAST_VALIDATORS_POWER](transactions/validator-node.md#get_all_last_validators_power) <br><br> Gets the list of all last validator nodes power | CLI `dcld query validator all-last-powers` <br><br> GET `/dcl/validator/last-powers`|
264
264
|[UPDATE_VALIDATOR_NODE](transactions/validator-node.md#update_validator_node) <br><br> Updates the Validator node by the owner ||
0 commit comments