Skip to content

Commit dd66e85

Browse files
hosseinkarami-devGitHub Actions Bot
andauthored
chore: regenerate client from OpenAPI (#109)
Co-authored-by: GitHub Actions Bot <automation@github.com>
1 parent f5f42ae commit dd66e85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/RpcClientConfigResponse.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@ public data class RpcClientConfigResponse(
294294
*/
295295
@SerialName("save_latest_witnesses")
296296
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,
297302
/**
298303
* * Whether to persist state changes on disk or not.
299304
*/

0 commit comments

Comments
 (0)