← effectTxDeferred8Constructors1Models1Guards1Getters2Mutations3ConstructorsmakeconstCreates a new empty TxDeferred.ModelsTxDeferredinterfaceA transactional deferred is a write-once cell readable within transactions.GuardsisTxDeferredconstDetermines if the provided value is a TxDeferred.GettersawaitconstReads the deferred value.pollconstReads the current state of the deferred without retrying.MutationsdoneconstCompletes the deferred with a Result.failconstCompletes the deferred with a failure.succeedconstCompletes the deferred with a success value.