[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-19 UTC."],[],[],null,["# TransactionResult class\n\nA type for the resolve value of [runTransaction()](./database.md#runtransaction_a3641e5).\n\n**Signature:** \n\n export declare class TransactionResult \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|-------------------------------------------------------------------------|-----------|---------------------------------------------------------------|-----------------------------------------------------|\n| [committed](./database.transactionresult.md#transactionresultcommitted) | | boolean | Whether the transaction was successfully committed. |\n| [snapshot](./database.transactionresult.md#transactionresultsnapshot) | | [DataSnapshot](./database.datasnapshot.md#datasnapshot_class) | The resulting data snapshot. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|---------------------------------------------------------------------|-----------|------------------------------------------------------------|\n| [toJSON()](./database.transactionresult.md#transactionresulttojson) | | Returns a JSON-serializable representation of this object. |\n\nTransactionResult.committed\n---------------------------\n\nWhether the transaction was successfully committed.\n\n**Signature:** \n\n readonly committed: boolean;\n\nTransactionResult.snapshot\n--------------------------\n\nThe resulting data snapshot.\n\n**Signature:** \n\n readonly snapshot: DataSnapshot;\n\nTransactionResult.toJSON()\n--------------------------\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject"]]