COOPENOMICS  v1
Кооперативная Экономика
Файл table_draft_drafts.hpp
#include <eosio/contract.hpp>
#include <eosio/crypto.hpp>
#include <eosio/eosio.hpp>
#include <eosio/system.hpp>
#include "../consts.hpp"
#include "../core/utils.hpp"
#include "document_core.hpp"

См. исходные тексты.

Классы

struct  onedraft
 

Определения типов

typedef eosio::multi_index<"drafts"_n, onedraftdrafts_index
 

Функции

onedraft get_scoped_draft_by_registry_or_fail (eosio::name scope, uint64_t draft_id)
 

Типы

◆ drafts_index

typedef eosio::multi_index<"drafts"_n, onedraft> drafts_index

Функции

◆ get_scoped_draft_by_registry_or_fail()

onedraft get_scoped_draft_by_registry_or_fail ( eosio::name  scope,
uint64_t  draft_id 
)