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

#include <table_loan_debts.hpp>

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

uint64_t primary_key () const
 
uint64_t by_username () const
 
checksum256 by_debt_hash () const
 
uint64_t by_created () const
 
uint64_t by_repaid () const
 

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

uint64_t id
 
name coopname
 
name username
 
checksum256 debt_hash
 
asset amount
 
time_point_sec created_at
 
time_point_sec repaid_at
 

Методы

◆ by_created()

uint64_t Loan::debt::by_created ( ) const
inline

◆ by_debt_hash()

checksum256 Loan::debt::by_debt_hash ( ) const
inline

◆ by_repaid()

uint64_t Loan::debt::by_repaid ( ) const
inline

◆ by_username()

uint64_t Loan::debt::by_username ( ) const
inline

◆ primary_key()

uint64_t Loan::debt::primary_key ( ) const
inline

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

◆ amount

asset Loan::debt::amount

◆ coopname

name Loan::debt::coopname

◆ created_at

time_point_sec Loan::debt::created_at

◆ debt_hash

checksum256 Loan::debt::debt_hash

◆ id

uint64_t Loan::debt::id

◆ repaid_at

time_point_sec Loan::debt::repaid_at

◆ username

name Loan::debt::username

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