COOPENOMICS  v1
Кооперативная Экономика
Структура debt

#include <shared_debts.hpp>

Открытые члены

uint64_t primary_key () const
 
uint64_t by_username () const
 
checksum256 by_debt_hash () const
 
checksum256 by_project_hash () const
 

Открытые атрибуты

uint64_t id
 
eosio::name coopname
 
eosio::name username
 
eosio::name status = "created"_n
 
checksum256 debt_hash
 
checksum256 project_hash
 
time_point_sec repaid_at
 
asset amount
 
document2 statement
 
document2 approved_statement
 
document2 authorization
 
std::string memo
 

Методы

◆ by_debt_hash()

checksum256 debt::by_debt_hash ( ) const
inline

◆ by_project_hash()

checksum256 debt::by_project_hash ( ) const
inline

◆ by_username()

uint64_t debt::by_username ( ) const
inline

◆ primary_key()

uint64_t debt::primary_key ( ) const
inline

Данные класса

◆ amount

asset debt::amount

◆ approved_statement

document2 debt::approved_statement

◆ authorization

document2 debt::authorization

◆ coopname

eosio::name debt::coopname

◆ debt_hash

checksum256 debt::debt_hash

◆ id

uint64_t debt::id

◆ memo

std::string debt::memo

◆ project_hash

checksum256 debt::project_hash

◆ repaid_at

time_point_sec debt::repaid_at

◆ statement

document2 debt::statement

◆ status

eosio::name debt::status = "created"_n

◆ username

eosio::name debt::username

Объявления и описания членов структуры находятся в файле: