https://relayer.service.skatechain.org/ton
SkateExecuteTask
on the Skate Gateway. The TON TL-B is:
skate_execute_task#23dc99bb query_id:uint64 nonce:uint32 created_at:uint64 target_app:address execution_info:ExecutionInfo{value:coins,expiration:uint32,payload:Payload{destination:^cell,data:^cell}} relayer_signature:^slice = SkateExecuteTask
SkateInitiateTaskNotification
message.
The TON TL-B of this receive handler is:
skate_initiate_task_notification#3938aff1 query_id:uint64 user:address execution_info:ExecutionInfo{value:coins,expiration:uint32,payload:Payload{destination:^cell,data:^cell}} = SkateInitiateTaskNotification
SkateInitiateTaskEvent
. The TON TL-B of this receive handler is: skate_initiate_task_event#7560bbc5 query_id:uint64 user:address skate_app:address execution_info:ExecutionInfo{value:coins,expiration:uint32,payload:Payload{destination:^cell,data:^cell}} = SkateInitiateTaskEvent
SkateApp.tact
A Skate App must define the following handlers to interact with the Skate infrastructure:
skate_initiate_task_notification#3938aff1 query_id:uint64 user:address execution_info:ExecutionInfo{value:coins,expiration:uint32,payload:Payload{destination:^cell,data:^cell}} = SkateInitiateTaskNotification