|
CDT
v4.2.0
инструменты разработчика
|
Обёртка для конкретного действия, упрощающая отправку встроенных (inline) действий к этому действию из других контрактов. Пример: Подробнее...
#include <action.hpp>
Открытые члены | |
| template<typename Code > | |
| constexpr | action_wrapper (Code &&code, std::vector< eosio::permission_level > &&perms) |
| template<typename Code > | |
| constexpr | action_wrapper (Code &&code, const std::vector< eosio::permission_level > &perms) |
| template<typename Code > | |
| constexpr | action_wrapper (Code &&code, eosio::permission_level &&perm) |
| template<typename Code > | |
| constexpr | action_wrapper (Code &&code, const eosio::permission_level &perm) |
| template<typename Code > | |
| constexpr | action_wrapper (Code &&code) |
| template<typename... Args> | |
| action | to_action (Args &&... args) const |
| template<typename... Args> | |
| void | send (Args &&... args) const |
| template<typename... Args> | |
| void | send_context_free (Args &&... args) const |
Открытые статические члены | |
| static constexpr auto | get_mem_ptr () |
Открытые атрибуты | |
| eosio::name | code_name |
| std::vector< eosio::permission_level > | permissions |
Статические открытые данные | |
| static constexpr eosio::name | action_name = eosio::name(Name) |
Обёртка для конкретного действия, упрощающая отправку встроенных (inline) действий к этому действию из других контрактов. Пример:
Обёртка над объектом действия.
См. определение в файле action.hpp строка 506