Skip to content

Commit

Permalink
Changed ParamsOfRunGet input field to Any for possibility add list of…
Browse files Browse the repository at this point in the history
… parameters
  • Loading branch information
mdorofeev committed Apr 19, 2023
1 parent 619ef42 commit f2c4480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/ee/nx01/tonclient/tvm/Types.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data class ResultOfRunTvm(
data class ParamsOfRunGet(
val account: String,
val functionName: String,
val input: Map<String, Any>? = null,
val input: Any? = null,
val executionOptions: ExecutionOptions? = null,
val tupleListAsArray: Boolean? = false
)
Expand Down

0 comments on commit f2c4480

Please sign in to comment.