Definition at line 236 of file block_provider_impl.hpp.
|
| | BlockBatchImpl (WriteBatch &batch) |
| |
| void | writeBlock (const AltBlock::hash_t &hash, const AltBlock::prev_hash_t &prev_hash, const StoredBlockIndex< AltBlock > &blk) override |
| | Save BlockIndex on disk. More...
|
| |
| void | writeBlock (const VbkBlock::hash_t &hash, const VbkBlock::prev_hash_t &prev_hash, const StoredBlockIndex< VbkBlock > &blk) override |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| void | writeBlock (const BtcBlock::hash_t &hash, const BtcBlock::prev_hash_t &prev_hash, const StoredBlockIndex< BtcBlock > &blk) override |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| void | writeTip (const AltBlock::hash_t &hash) override |
| | Save Tree tip on disk. More...
|
| |
| void | writeTip (const VbkBlock::hash_t &hash) override |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| void | writeTip (const BtcBlock::hash_t &hash) override |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | writeBlock (const AltBlock::hash_t &hash, const AltBlock::prev_hash_t &prev_hash, const StoredBlockIndex< AltBlock > &value)=0 |
| | Save BlockIndex on disk. More...
|
| |
| virtual void | writeBlock (const VbkBlock::hash_t &hash, const VbkBlock::prev_hash_t &prev_hash, const StoredBlockIndex< VbkBlock > &value)=0 |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | writeBlock (const BtcBlock::hash_t &hash, const BtcBlock::prev_hash_t &prev_hash, const StoredBlockIndex< BtcBlock > &value)=0 |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | writeTip (const AltBlock::hash_t &value)=0 |
| | Save Tree tip on disk. More...
|
| |
| virtual void | writeTip (const VbkBlock::hash_t &value)=0 |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |
| virtual void | writeTip (const BtcBlock::hash_t &value)=0 |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
| |