Technically, a facade over on-disk storage.
Altchains are expected to implement this interface.
Definition at line 24 of file payloads_provider.hpp.
|
| virtual bool | getATV (const ATV::id_t &ids, ATV &out, ValidationState &state)=0 |
| | should write ATV identified by id into out, or return false More...
|
| |
| virtual bool | getVTB (const VTB::id_t &ids, VTB &out, ValidationState &state)=0 |
| | should write VTB identified by id into out, or return false More...
|
| |
| virtual bool | getVBK (const VbkBlock::id_t &id, VbkBlock &out, ValidationState &state)=0 |
| | should write VbkBlock identified by id into out, or return false More...
|
| |
|
virtual void | writePayloads (const PopData &payloads)=0 |
| |
| bool | getPayload (const VbkBlock::id_t &id, VbkBlock &out, ValidationState &state) |
| | alias for getVBK More...
|
| |
| bool | getPayload (const VTB::id_t &id, VTB &out, ValidationState &state) |
| | alias for getVTB More...
|
| |
| bool | getPayload (const ATV::id_t &id, ATV &out, ValidationState &state) |
| | alias for getATV More...
|
| |