Closed SaitgalinKhannan closed 1 month ago
It is possible to create an internal message where the sender is the user (he must confirm the sending, i have his address) and the recipient is my smart contract? I cant find example.
It is possible, you can construct such message by using this class: https://github.com/neodix42/ton4j/blob/main/cell/src/main/java/org/ton/java/tlb/types/InternalMessageInfo.java#L57.
It is possible to create an internal message where the sender is the user (he must confirm the sending, i have his address) and the recipient is my smart contract? I cant find example.