#include <eosio/eosio.hpp>
#include <eosio/crypto.hpp>
#include <eosio/contract.hpp>
#include <eosio/system.hpp>
См. исходные тексты.
|
typedef eosio::multi_index<"drafts"_n, onedraft > | drafts_index |
|
typedef eosio::multi_index< "translations"_n, translation, eosio::indexed_by<"bydraft"_n, eosio::const_mem_fun< translation, uint64_t, &translation::by_draft > >, eosio::indexed_by< "bydraftlang"_n, eosio::const_mem_fun< translation, uint128_t, &translation::by_draft_lang > > > | translations_index |
|
◆ drafts_index
◆ translations_index
◆ get_scoped_draft_by_registry_or_fail()
onedraft get_scoped_draft_by_registry_or_fail |
( |
eosio::name |
scope, |
|
|
uint64_t |
draft_id |
|
) |
| |
◆ is_empty_document()
bool is_empty_document |
( |
const document2 & |
doc | ) |
|
◆ verify_document_or_fail()
void verify_document_or_fail |
( |
const document2 & |
doc, |
|
|
const std::vector< eosio::name > & |
required_signers = {} |
|
) |
| |