mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
6 lines
254 B
C++
6 lines
254 B
C++
#pragma once
|
|
#include "td/actor/PromiseFuture.h"
|
|
#include "ton/ton-types.h"
|
|
|
|
void run_contest_solution(ton::BlockIdExt block_id, td::BufferSlice block_data, td::BufferSlice colldated_data,
|
|
td::Promise<td::BufferSlice> promise);
|