@@ -133,9 +133,9 @@ impl Client {
133133 ///
134134 /// # Arguments
135135 ///
136- /// * `gas` - Optional ObjectID to use as gas for the transaction. If None, the system will
136+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction. If None, the system will
137137 /// automatically select a gas object.
138- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
138+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
139139 /// constant (5,000,000 MIST = 0.005 SUI).
140140 /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's
141141 /// reference gas price.
@@ -233,9 +233,9 @@ impl Client {
233233 ///
234234 /// * `model_name` - The name of the model to subscribe to
235235 /// * `echelon` - The echelon level for the subscription (0-255)
236- /// * `node_badge_id` - Optional ObjectID of the node badge. If None, uses the client's stored badge
237- /// * `gas` - Optional ObjectID to use as gas for the transaction
238- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
236+ /// * `node_badge_id` - Optional ` ObjectID` of the node badge. If None, uses the client's stored badge
237+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
238+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
239239 /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
240240 ///
241241 /// # Returns
@@ -347,11 +347,11 @@ impl Client {
347347 /// # Arguments
348348 ///
349349 /// * `task_small_id` - The small ID of the task to subscribe to
350- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
350+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
351351 /// * `price_per_one_million_compute_units` - The price per compute unit the node is willing to charge
352- /// * `gas` - Optional ObjectID to use as gas for the transaction
353- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
354- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
352+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
353+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
354+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
355355 ///
356356 /// # Returns
357357 ///
@@ -461,11 +461,11 @@ impl Client {
461461 /// # Arguments
462462 ///
463463 /// * `task_small_id` - The small ID of the task to update the subscription for
464- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
464+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
465465 /// * `price_per_one_million_compute_units` - The new price per compute unit for the task subscription
466- /// * `gas` - Optional ObjectID to use as gas for the transaction
467- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
468- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
466+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
467+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
468+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
469469 ///
470470 /// # Returns
471471 ///
@@ -582,10 +582,10 @@ impl Client {
582582 /// # Arguments
583583 ///
584584 /// * `task_small_id` - The small ID of the task to unsubscribe from
585- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
586- /// * `gas` - Optional ObjectID to use as gas for the transaction
587- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
588- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
585+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
586+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
587+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
588+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
589589 ///
590590 /// # Returns
591591 ///
@@ -689,13 +689,13 @@ impl Client {
689689 /// # Arguments
690690 ///
691691 /// * `stack_small_id` - The small ID of the stack to settle
692- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
692+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
693693 /// * `num_claimed_compute_units` - The number of compute units being claimed for this stack
694694 /// * `committed_stack_proof` - The proof data for the committed stack
695695 /// * `stack_merkle_leaf` - The merkle leaf data for the stack
696- /// * `gas` - Optional ObjectID to use as gas for the transaction
697- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
698- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
696+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
697+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
698+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
699699 ///
700700 /// # Returns
701701 ///
@@ -815,12 +815,12 @@ impl Client {
815815 /// # Arguments
816816 ///
817817 /// * `stack_small_id` - The small ID of the stack being attested
818- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
818+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
819819 /// * `committed_stack_proof` - The proof data for the committed stack
820820 /// * `stack_merkle_leaf` - The merkle leaf data for the stack
821- /// * `gas` - Optional ObjectID to use as gas for the transaction
822- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
823- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
821+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
822+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
823+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
824824 ///
825825 /// # Returns
826826 ///
@@ -936,11 +936,11 @@ impl Client {
936936 /// # Arguments
937937 ///
938938 /// * `stack_small_id` - The small ID of the stack being disputed
939- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
939+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
940940 /// * `committed_stack_proof` - The proof data for the committed stack that supports the dispute
941- /// * `gas` - Optional ObjectID to use as gas for the transaction
942- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
943- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
941+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
942+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
943+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
944944 ///
945945 /// # Returns
946946 ///
@@ -1050,10 +1050,10 @@ impl Client {
10501050 /// # Arguments
10511051 ///
10521052 /// * `settled_ticket_ids` - A vector of ticket IDs that have been settled and are ready for claiming
1053- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
1054- /// * `gas` - Optional ObjectID to use as gas for the transaction
1055- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
1056- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
1053+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
1054+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
1055+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
1056+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
10571057 ///
10581058 /// # Returns
10591059 ///
@@ -1159,11 +1159,11 @@ impl Client {
11591159 /// # Arguments
11601160 ///
11611161 /// * `stack_small_ids` - A vector of stack small IDs that have been settled and are ready for claiming
1162- /// * `node_badge_id` - Optional Node badge ID of the node. If None, uses the client's stored badge ID
1162+ /// * `node_badge_id` - Optional `ObjectID` of the node badge . If None, uses the client's stored badge ID
11631163 /// * `num_claimed_compute_units` - A vector of the number of compute units claimed for each stack
1164- /// * `gas` - Optional ObjectID to use as gas for the transaction
1165- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
1166- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
1164+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction
1165+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
1166+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
11671167 ///
11681168 /// # Returns
11691169 ///
@@ -1304,10 +1304,10 @@ impl Client {
13041304 /// * `key_rotation_counter` - The key rotation counter value
13051305 /// * `device_type` - The device type identifier (as a u16)
13061306 /// * `task_small_id` - Optional small ID of the task
1307- /// * `gas` - Optional ObjectID to use as gas for the transaction. If None, the system will
1307+ /// * `gas` - Optional ` ObjectID` to use as gas for the transaction. If None, the system will
13081308 /// automatically select a gas object
1309- /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to GAS_BUDGET
1310- /// * `gas_price` - Optional gas price for the transaction. If None, uses network's reference price
1309+ /// * `gas_budget` - Optional gas budget for the transaction. If None, defaults to ` GAS_BUDGET`
1310+ /// * `gas_price` - Optional gas price for the transaction. If None, uses the network's reference price
13111311 ///
13121312 /// # Returns
13131313 ///
0 commit comments