|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <eosio/eosio.hpp>#include "../consts.hpp"#include "table_soviet_boards.hpp"#include "table_soviet_participants.hpp"Функции | |
| boards | get_board_by_id (eosio::name coopname, uint64_t board_id) |
| boards | get_board_by_type_or_fail (eosio::name coopname, eosio::name type) |
| bool | check_for_exist_board_by_type (eosio::name coopname, eosio::name type) |
| bool | is_valid_participant (eosio::name coopname, eosio::name username) |
| participant | get_participant_or_fail (eosio::name coopname, eosio::name username) |
| bool check_for_exist_board_by_type | ( | eosio::name | coopname, |
| eosio::name | type | ||
| ) |
| boards get_board_by_id | ( | eosio::name | coopname, |
| uint64_t | board_id | ||
| ) |
| boards get_board_by_type_or_fail | ( | eosio::name | coopname, |
| eosio::name | type | ||
| ) |
| participant get_participant_or_fail | ( | eosio::name | coopname, |
| eosio::name | username | ||
| ) |
| bool is_valid_participant | ( | eosio::name | coopname, |
| eosio::name | username | ||
| ) |