8 TxProof GetAssetchainProof(uint256 hash);
11 uint256 CalculateProofRoot(const char* symbol, uint32_t targetCCid, int kmdHeight,
12 std::vector<uint256> &moms, uint256 &destNotarisationTxid);
13 TxProof GetCrossChainProof(const uint256 txid, const char* targetSymbol, uint32_t targetCCid,
14 const TxProof assetChainProof);
15 void CompleteImportTransaction(CTransaction &importTx);
18 bool GetNextBacknotarisation(uint256 txid, std::pair<uint256,NotarisationData> &bn);
21 #endif /* CROSSCHAIN_H */