Wire Sysio Wire Sysion 1.0.0
|
#include <powerup.results.hpp>
Public Types | |
using | powupresult_action = action_wrapper<"powupresult"_n, &powup_results::powupresult> |
Public Member Functions | |
void | powupresult (const asset &fee, const int64_t powup_net, const int64_t powup_cpu) |
The action powupresult
is a no-op. It is added as an inline convenience action to powerup
reservation. This inline convenience action does not have any effect, however, its data includes the result of the parent action and appears in its trace.
Definition at line 17 of file powerup.results.hpp.
using powup_results::powupresult_action = action_wrapper<"powupresult"_n, &powup_results::powupresult> |
Definition at line 32 of file powerup.results.hpp.
void powup_results::powupresult | ( | const asset & | fee, |
const int64_t | powup_net, | ||
const int64_t | powup_cpu ) |
powupresult action.
fee | - powerup fee amount |
powup_net | - amount of powup NET tokens |
powup_cpu | - amount of powup CPU tokens |
Definition at line 3 of file powerup.results.cpp.