|
COOPENOMICS
v1
Кооперативная Экономика
|
#include <optional>#include <set>#include <string>#include <eosio/eosio.hpp>#include "../../consts.hpp"#include "../actions.hpp"#include "../programs.hpp"#include "../soviet/soviet.hpp"Классы | |
| class | Wallet |
Макросы | |
| #define | COMPLETEWTHD_SIGNATURE name coopname, checksum256 withdraw_hash |
| #define | DECLINEWTHD_SIGNATURE name coopname, checksum256 withdraw_hash, std::string reason |
| #define | AUTHWTHD_SIGNATURE AUTHORIZE_CALLBACK_SIGNATURE |
Определения типов | |
| using | completewthd_interface = void(COMPLETEWTHD_SIGNATURE) |
| using | declinewthd_interface = void(DECLINEWTHD_SIGNATURE) |
| using | authwthd_interface = void(AUTHWTHD_SIGNATURE) |
Переменные | |
| static const std::set< eosio::name > | wallet_callback_actions |
| #define AUTHWTHD_SIGNATURE AUTHORIZE_CALLBACK_SIGNATURE |
| #define COMPLETEWTHD_SIGNATURE name coopname, checksum256 withdraw_hash |
| #define DECLINEWTHD_SIGNATURE name coopname, checksum256 withdraw_hash, std::string reason |
| using authwthd_interface = void(AUTHWTHD_SIGNATURE) |
| using completewthd_interface = void(COMPLETEWTHD_SIGNATURE) |
| using declinewthd_interface = void(DECLINEWTHD_SIGNATURE) |
|
static |