COOPENOMICS  v1
Кооперативная Экономика
Файл shared_wallet.hpp

См. исходные тексты.

Классы

class  Wallet
 
struct  Wallet::deposit
 Таблица deposits отслеживает депозиты в контракте WALLET. Подробнее...
 
struct  Wallet::withdraw
 Таблица withdraws отслеживает операции вывода средств в контракте WALLET. Подробнее...
 

Макросы

#define COMPLETEWTHD_SIGNATURE   name coopname, checksum256 withdraw_hash
 
#define DECLINEWTHD_SIGNATURE   name coopname, checksum256 withdraw_hash, std::string reason
 

Определения типов

using completewthd_interface = void(COMPLETEWTHD_SIGNATURE)
 
using declinewthd_interface = void(DECLINEWTHD_SIGNATURE)
 

Переменные

static const std::set< eosio::name > wallet_callback_actions
 

Макросы

◆ COMPLETEWTHD_SIGNATURE

#define COMPLETEWTHD_SIGNATURE   name coopname, checksum256 withdraw_hash

◆ DECLINEWTHD_SIGNATURE

#define DECLINEWTHD_SIGNATURE   name coopname, checksum256 withdraw_hash, std::string reason

Типы

◆ completewthd_interface

◆ declinewthd_interface

Переменные

◆ wallet_callback_actions

const std::set<eosio::name> wallet_callback_actions
static
Инициализатор
= {
"authwthd"_n,
"declinewthd"_n,
"completewthd"_n,
}