Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
powup_results Class Reference

#include <powerup.results.hpp>

Inheritance diagram for powup_results:
Collaboration diagram for powup_results:

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)
 

Detailed Description

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.

Member Typedef Documentation

◆ powupresult_action

using powup_results::powupresult_action = action_wrapper<"powupresult"_n, &powup_results::powupresult>

Definition at line 32 of file powerup.results.hpp.

Member Function Documentation

◆ powupresult()

void powup_results::powupresult ( const asset & fee,
const int64_t powup_net,
const int64_t powup_cpu )

powupresult action.

Parameters
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.

3{ }

The documentation for this class was generated from the following files: