#include "blocks_query_template.hpp"

Public Member Functions | |
| TemplateBlocksQueryBuilder () | |
| auto | createdTime (interface::types::TimestampType created_time) const |
| auto | creatorAccountId (const interface::types::AccountIdType &creator_account_id) const |
| auto | queryCounter (interface::types::CounterType query_counter) const |
| auto | build () const |
Static Public Attributes | |
| static const int | total = RequiredFields::TOTAL |
Friends | |
| template<int , typename , typename > | |
| class | TemplateBlocksQueryBuilder |
Template blocks query builder for creating new types of builders by means of replacing template parameters
| S | – field counter for checking that all required fields are set |
| SV | – stateless validator called when build method is invoked |
| BT | – build type of built object returned by build method |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
static |