COOPENOMICS
v1
Кооперативная Экономика
|
Классы | |
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 |
#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 |