diff --git a/commands/call.js b/commands/call.js index 7e85bd24..9d8e0b11 100644 --- a/commands/call.js +++ b/commands/call.js @@ -33,4 +33,5 @@ async function scheduleFunctionCall(options) { utils.format.parseNearAmount(options.amount)); const result = providers.getTransactionLastResult(functionCallResponse); inspectResponse.prettyPrintResponse(functionCallResponse, options); + console.log(inspectResponse.formatResponse(result)); }