We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
onInternalMessage
1 parent 6ffa6f8 commit da5df10Copy full SHA for da5df10
src/templates/tolk/empty/contracts/contract.tolk.template
@@ -1,4 +1,4 @@
1
{{snakeName}}.tolk
2
-fun onInternalMessage(myBalance: int, msgValue: int, msgFull: cell, msgBody: slice) {
+fun onInternalMessage(in: InMessage) {
3
4
}
0 commit comments