|
COOPENOMICS
v1
Кооперативная Экономика
|
Контракт Wallet управляет взносами и возвратами взносов по ЦПП "Цифровой Кошелёк". Подробнее...
#include <wallet.hpp>
Открытые члены | |
| 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 (AUTHWTHD_SIGNATURE) |
| void | approvewthd (eosio::name coopname, checksum256 withdraw_hash, document2 approved_statement) |
Контракт Wallet управляет взносами и возвратами взносов по ЦПП "Цифровой Кошелёк".
| void wallet::approvewthd | ( | eosio::name | coopname, |
| checksum256 | withdraw_hash, | ||
| document2 | approved_statement | ||
| ) |
| void wallet::authwthd | ( | AUTHWTHD_SIGNATURE | ) |
| void wallet::completedpst | ( | eosio::name | coopname, |
| checksum256 | deposit_hash | ||
| ) |
| void wallet::completewthd | ( | COMPLETEWTHD_SIGNATURE | ) |
| void wallet::createdpst | ( | eosio::name | coopname, |
| eosio::name | username, | ||
| checksum256 | deposit_hash, | ||
| eosio::asset | quantity | ||
| ) |
| void wallet::createwthd | ( | eosio::name | coopname, |
| eosio::name | username, | ||
| checksum256 | withdraw_hash, | ||
| eosio::asset | quantity, | ||
| document2 | statement | ||
| ) |
| void wallet::declinedpst | ( | eosio::name | coopname, |
| checksum256 | deposit_hash, | ||
| std::string | reason | ||
| ) |
| void wallet::declinewthd | ( | DECLINEWTHD_SIGNATURE | ) |
Отменяет процесс возврата средств в контракте wallet.
| void wallet::migrate | ( | ) |