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

#include <table_wallet_deposits.hpp>

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

uint64_t primary_key () const
 
uint64_t by_username () const
 
checksum256 by_hash () const
 
uint64_t by_status () const
 
uint64_t by_created () const
 

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

uint64_t id
 
name coopname
 
name username
 
checksum256 deposit_hash
 
asset quantity
 
name status
 
time_point_sec created_at = current_time_point()
 

Подробное описание

table: deposits

Методы

◆ by_created()

uint64_t WalletTables::deposit::by_created ( ) const
inline

◆ by_hash()

checksum256 WalletTables::deposit::by_hash ( ) const
inline

◆ by_status()

uint64_t WalletTables::deposit::by_status ( ) const
inline

◆ by_username()

uint64_t WalletTables::deposit::by_username ( ) const
inline

◆ primary_key()

uint64_t WalletTables::deposit::primary_key ( ) const
inline

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

◆ coopname

name WalletTables::deposit::coopname

◆ created_at

time_point_sec WalletTables::deposit::created_at = current_time_point()

◆ deposit_hash

checksum256 WalletTables::deposit::deposit_hash

◆ id

uint64_t WalletTables::deposit::id

◆ quantity

asset WalletTables::deposit::quantity

◆ status

name WalletTables::deposit::status

◆ username

name WalletTables::deposit::username

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