Wire Sysio
Wire Sysion 1.0.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
_
a
b
c
e
f
i
k
l
m
o
p
r
s
t
u
v
w
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
Related Symbols
:
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
x
y
z
Enumerations
a
c
e
f
h
l
n
o
p
r
s
t
u
w
x
y
Enumerator
_
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
▼
Wire Sysio
AppBase
LICENSE
LICENSE
Change Log
►
DOM
DOM
►
Encoding
编码
FAQ
常见问题
Features
特点
►
Internals
内部架构
►
NPM
Performance
性能
►
Pointer
Pointer
►
SAX
SAX
►
Schema
►
Schema
►
Stream
流
►
Tutorial
教程
readme
readme.zh-cn
How to become a contributor and submit your own code
Defining a Mock Class
CookBook
DesignDoc
Documentation
ForDummies
FrequentlyAskedQuestions
KnownIssues
advanced
faq
Using GoogleTest from various build systems
Introduction: Why Google C++ Testing Framework?
PumpManual
samples
XcodeGuide
Java class files(under construction)
High-Speed Software Implementation of the Optimal Ate Pairing over Barreto-Naehrig Curves
Xbyak 5.63 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
LICENSE
Changelog
Release Process
The safegcd implementation in libsecp256k1 explained
Security Policy
changelog
WebSocket++ (0.7.0)
roadmap
Broadcast Tutorial
Chat Tutorial
Utility Client Example Application Tutorial
Utility Server Example Application Tutorial
Building SYS-VM
Contributor Covenant Code of Conduct
assertions
ci-and-misc
cmake-integration
command-line
commercial-users
configuration
contributing
deprecations
event-listeners
generators
limitations
list-of-examples
logging
matchers
opensource-users
other-macros
own-main
Readme
release-notes
release-process
reporters
slow-compiles
test-cases-and-sections
test-fixtures
tostring
tutorial
why-catch
LICENSE
Community Plugin List
sysio.system.clauses
Deprecated List
Todo List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
libraries
►
plugins
►
programs
▼
wire-system-contracts
▼
contracts
►
sysio.bios
►
sysio.boot
►
sysio.msig
▼
sysio.system
▼
include
▼
sysio.system
►
block_info.hpp
►
exchange_state.hpp
►
limit_auth_changes.hpp
►
native.hpp
►
powerup.results.hpp
►
rex.results.hpp
►
sysio.system.hpp
ricardian
►
src
►
sysio.token
►
sysio.wrap
►
test_contracts
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
powerup.results.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <sysio/asset.hpp>
4
#include <sysio/sysio.hpp>
5
#include <sysio/name.hpp>
6
7
using
sysio::action_wrapper;
8
using
sysio::asset
;
9
using
sysio::name
;
10
17
class
[[sysio::contract(
"powup.results"
)]]
powup_results
: sysio::contract {
18
public
:
19
20
using
sysio::contract::contract;
21
29
[[
sysio::action
]]
30
void
powupresult(
const
asset
& fee,
const
int64_t
powup_net,
const
int64_t
powup_cpu );
31
32
using
powupresult_action
= action_wrapper<
"powupresult"
_n, &
powup_results::powupresult
>;
33
};
17
class
[[sysio::contract(
"powup.results"
)]]
powup_results
: sysio::contract {
…
};
powup_results
Definition
powerup.results.hpp:17
powup_results::powupresult
void powupresult(const asset &fee, const int64_t powup_net, const int64_t powup_cpu)
Definition
powerup.results.cpp:3
powup_results::powupresult_action
action_wrapper<"powupresult"_n, &powup_results::powupresult > powupresult_action
Definition
powerup.results.hpp:32
int64_t
signed __int64 int64_t
Definition
stdint.h:135
sysio::chain::action
Definition
action.hpp:69
sysio::chain::asset
Definition
asset.hpp:18
sysio::chain::name
Immutable except for fc::from_variant.
Definition
name.hpp:43
wire-system-contracts
contracts
sysio.system
include
sysio.system
powerup.results.hpp
Generated by
1.12.0