We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905d5fe commit 560cfb8Copy full SHA for 560cfb8
packages/near-api-js/src/utils/logging.ts
@@ -52,6 +52,7 @@ export function printTxOutcomeLogsAndFailures({
52
* @param params
53
* @param params.contractId ID of the account/contract which made the query
54
* @param params.logs log output from a query execution response
55
+ * @param params.prefix string to append to the beginning of each log
56
*/
57
export function printTxOutcomeLogs({
58
contractId,
0 commit comments