• Parse and print details from a query execution response

    Parameters

    • params: {
          contractId: string;
          outcome: FinalExecutionOutcome;
      }
      • contractId: string

        ID of the account/contract which made the query

      • outcome: FinalExecutionOutcome

        the query execution response

    Returns void