transaction

abstract fun <T> transaction(closure: (txn: DurableObjectTransaction) -> Promise<T>): Promise<T>