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

#include <table_wallet_withdraws.hpp>

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

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

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

uint64_t id
 
name username
 
name coopname
 
checksum256 withdraw_hash
 
name status
 
asset quantity
 
document2 statement
 
document2 approved_statement
 
document2 authorization
 
eosio::time_point_sec created_at = current_time_point()
 

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

table: withdraws

Методы

◆ by_created()

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

◆ by_hash()

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

◆ by_status()

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

◆ by_username()

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

◆ primary_key()

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

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

◆ approved_statement

document2 WalletTables::withdraw::approved_statement

◆ authorization

document2 WalletTables::withdraw::authorization

◆ coopname

name WalletTables::withdraw::coopname

◆ created_at

eosio::time_point_sec WalletTables::withdraw::created_at = current_time_point()

◆ id

uint64_t WalletTables::withdraw::id

◆ quantity

asset WalletTables::withdraw::quantity

◆ statement

document2 WalletTables::withdraw::statement

◆ status

name WalletTables::withdraw::status

◆ username

name WalletTables::withdraw::username

◆ withdraw_hash

checksum256 WalletTables::withdraw::withdraw_hash

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