disconnect notarisations
This commit is contained in:
@@ -21,6 +21,7 @@ typedef std::vector<Notarisation> NotarisationsInBlock;
|
||||
NotarisationsInBlock GetNotarisationsInBlock(const CBlock &block, int nHeight);
|
||||
bool GetBlockNotarisations(uint256 blockHash, NotarisationsInBlock &nibs);
|
||||
bool GetBackNotarisation(uint256 notarisationHash, Notarisation &n);
|
||||
void WriteBackNotarisations(NotarisationsInBlock notarisations);
|
||||
void WriteBackNotarisations(const NotarisationsInBlock notarisations);
|
||||
void EraseBackNotarisations(const NotarisationsInBlock notarisations);
|
||||
|
||||
#endif /* NOTARISATIONDB_H */
|
||||
|
||||
Reference in New Issue
Block a user