COOPENOMICS  v1
Кооперативная Экономика
Класс wallet

Контракт Wallet управляет взносами и возвратами взносов по ЦПП "Цифровой Кошелёк". Подробнее...

#include <wallet.hpp>

Граф наследования:wallet:

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

void migrate ()
 
void createdpst (eosio::name coopname, eosio::name username, checksum256 deposit_hash, eosio::asset quantity)
 
void completedpst (eosio::name coopname, checksum256 deposit_hash)
 
void declinedpst (eosio::name coopname, checksum256 deposit_hash, std::string reason)
 
void createwthd (eosio::name coopname, eosio::name username, checksum256 withdraw_hash, eosio::asset quantity, document2 statement)
 
void completewthd (COMPLETEWTHD_SIGNATURE)
 
void declinewthd (DECLINEWTHD_SIGNATURE)
 Отменяет процесс возврата средств в контракте wallet. Подробнее...
 
void authwthd (eosio::name coopname, checksum256 withdraw_hash)
 
void approvewthd (eosio::name coopname, checksum256 withdraw_hash, document2 approved_statement)
 

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

Контракт Wallet управляет взносами и возвратами взносов по ЦПП "Цифровой Кошелёк".

Методы

◆ approvewthd()

void wallet::approvewthd ( eosio::name  coopname,
checksum256  withdraw_hash,
document2  approved_statement 
)

◆ authwthd()

void wallet::authwthd ( eosio::name  coopname,
checksum256  withdraw_hash 
)

◆ completedpst()

void wallet::completedpst ( eosio::name  coopname,
checksum256  deposit_hash 
)

◆ completewthd()

void wallet::completewthd ( COMPLETEWTHD_SIGNATURE  )

◆ createdpst()

void wallet::createdpst ( eosio::name  coopname,
eosio::name  username,
checksum256  deposit_hash,
eosio::asset  quantity 
)

◆ createwthd()

void wallet::createwthd ( eosio::name  coopname,
eosio::name  username,
checksum256  withdraw_hash,
eosio::asset  quantity,
document2  statement 
)

◆ declinedpst()

void wallet::declinedpst ( eosio::name  coopname,
checksum256  deposit_hash,
std::string  reason 
)

◆ declinewthd()

void wallet::declinewthd ( DECLINEWTHD_SIGNATURE  )

Отменяет процесс возврата средств в контракте wallet.

◆ migrate()

void wallet::migrate ( )

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