# QueryTransactionsByPactCodeConnectionEdge **Type:** GraphQL objects ## Fields - cursor (String) - node (TransactionSummary, Not Null): undefined - requestKey (String): The unique request key of the transaction. - height (BigInt): The block height at which the transaction was included. - chainId (BigInt): The chain ID where the transaction was executed. - canonical (Boolean): Whether the transaction was included in the canonical chain (`true`) or an orphaned fork (`false`). - creationTime (DateTime): The timestamp when the transaction was created. - badResult (String): If the transaction failed, contains the error message returned by Pact. - sender (String): The account or contract that submitted the transaction. - gas (String): The total gas consumed during the execution of this transaction. - gasLimit (String): The maximum amount of gas allowed for this transaction. - gasPrice (String): The gas price specified for this transaction. - code (String): The Pact code executed by the transaction, if available.