Skip to content

Commit 560cfb8

Browse files
author
Andy Haynes
committed
docs: missing JSDoc parameter
1 parent 905d5fe commit 560cfb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/near-api-js/src/utils/logging.ts

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export function printTxOutcomeLogsAndFailures({
5252
* @param params
5353
* @param params.contractId ID of the account/contract which made the query
5454
* @param params.logs log output from a query execution response
55+
* @param params.prefix string to append to the beginning of each log
5556
*/
5657
export function printTxOutcomeLogs({
5758
contractId,

0 commit comments

Comments
 (0)