We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f42ae commit dd66e85Copy full SHA for dd66e85
models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/RpcClientConfigResponse.kt
@@ -294,6 +294,11 @@ public data class RpcClientConfigResponse(
294
*/
295
@SerialName("save_latest_witnesses")
296
public val saveLatestWitnesses: Boolean? = null,
297
+ /**
298
+ * * Whether to persist receipt-to-tx origin mappings to disk or not.
299
+ */
300
+ @SerialName("save_receipt_to_tx")
301
+ public val saveReceiptToTx: Boolean? = null,
302
/**
303
* * Whether to persist state changes on disk or not.
304
0 commit comments