# ContinuationPayload **Type:** GraphQL objects **Description:** The payload of an cont transaction. ## Fields - data (String): The environment data made available to the transaction. Formatted as raw JSON. - pactId (String): A unique id when a pact (defpact) is initiated. See the "Pact execution scope and pact-id" explanation in the docs for more information. - proof (String): The proof provided to continue the cross-chain transaction. - rollback (Boolean): Whether or not this transaction can be rolled back. - step (Int): The step-number when this is an execution of a `defpact`, aka multi-step transaction.