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
__authorization__ | [Authorization](sdk-src_wasm.md) | *An Authorization for a function.*
2440
+
__fee_authorization__ | [Authorization](sdk-src_wasm.md) | *The authorization for the `credits.aleo/fee_public` or `credits.aleo/fee_private` function that pays the fee for the execution of the main function.*
2441
+
__broadcast__ | `boolean` | *Flag that indicates whether the remote proving service should attempt to submit the transaction on the caller's behalf.*
/// Creates a new ProvingRequest from a function authorization and an optional fee authorization.
37
+
/// Creates a new ProvingRequest from a function Authorization and an optional fee Authorization.
38
+
///
39
+
/// @param {Authorization} authorization An Authorization for a function.
40
+
/// @param {Authorization} fee_authorization The authorization for the `credits.aleo/fee_public` or `credits.aleo/fee_private` function that pays the fee for the execution of the main function.
41
+
/// @param {boolean} broadcast Flag that indicates whether the remote proving service should attempt to submit the transaction on the caller's behalf.
0 commit comments