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
|`feeSourceAddress`| string | Optional<br>(0 or 1) | If specified, the wallet will only use coins from this address to fund the ProTx. If not specified, `operatorPayoutAddress` will be used. The private key belonging to this address must be known in your wallet. |
1717
1717
1718
-
*Result---provider update service transaction hash*
1718
+
*Parameter #9---whether to submit to the network or not*
1719
+
1720
+
| Name | Type | Presence | Description |
1721
+
| - | - | - | - |
1722
+
|`submit`| bool | Optional<br>(0 or 1) |**Added in Dash Core 23.0.0**<br>If `true` (default), the resulting transaction is sent to the network. |
1723
+
1724
+
*Result if `submit` is not set or set to `true`---provider update service transaction hash*
|`feeSourceAddress`| string | Optional<br>(0 or 1) | If specified, the wallet will only use coins from this address to fund ProTx. If not specified, payoutAddress is the one that is going to be used. The private key belonging to this address must be known in your wallet. |
1956
1968
1957
-
*Result---provide transaction ID*
1969
+
*Parameter #6---whether to submit to the network or not*
1970
+
1971
+
| Name | Type | Presence | Description |
1972
+
| - | - | - | - |
1973
+
|`submit`| bool | Optional<br>(0 or 1) |**Added in Dash Core 23.0.0**<br>If `true` (default), the resulting transaction is sent to the network. |
1974
+
1975
+
*Result if `submit` is not set or set to `true`---provider update registrar transaction hash*
0 commit comments