COOPENOMICS  v1
Кооперативная Экономика
table_registrator_verification.hpp
См. документацию.
1#pragma once
2
3#include <eosio/eosio.hpp>
4#include <string>
5
10 eosio::name verificator;
12 eosio::name procedure;
13 eosio::time_point_sec created_at;
14 eosio::time_point_sec last_update;
15 std::string notice;
16};
Definition: table_registrator_verification.hpp:9
eosio::name procedure
Definition: table_registrator_verification.hpp:12
std::string notice
Definition: table_registrator_verification.hpp:15
eosio::time_point_sec last_update
Definition: table_registrator_verification.hpp:14
eosio::name verificator
Definition: table_registrator_verification.hpp:10
eosio::time_point_sec created_at
Definition: table_registrator_verification.hpp:13
bool is_verified
Definition: table_registrator_verification.hpp:11