Build the core logic that processes cross-chain calls and arguments
myProxyFunction
, invokeWithCallback
, swap
, etc.), but it must accept two bytes arguments:
bytes calldata tacHeader
- Contains verified TON user informationbytes calldata arguments
- Your custom encoded parametersexternal
visibility - Functions must be externally callable_onlyCrossChainLayer
modifier - Security requirement_sendMessageV1
for ERC20 token bridging only_sendMessageV2
if you need to bridge both NFTs and ERC20 tokens back to TONNFTAmount
import when using OutMessageV1