• Format and print log output from a query execution response

    Parameters

    • params: { contractId: string; logs: string[]; prefix?: string }
      • contractId: string

        ID of the account/contract which made the query

      • logs: string[]

        log output from a query execution response

      • Optionalprefix?: string

        string to append to the beginning of each log

    Returns void