CatapultServer
v0.5.0.1 (Elephant)
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
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
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Functions
m
r
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
Macros
b
c
d
e
f
g
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
txes/account_link/src/validators/Validators.h
Go to the documentation of this file.
1
21
#pragma once
22
#include "
Results.h
"
23
#include "
src/model/AccountLinkNotifications.h
"
24
#include "
catapult/validators/ValidatorTypes.h
"
25
26
namespace
catapult
{
namespace
validators {
27
30
DECLARE_STATELESS_VALIDATOR
(
AccountLinkAction
, model::RemoteAccountLinkNotification)();
31
36
DECLARE_STATEFUL_VALIDATOR
(AccountLinkAvailability, model::RemoteAccountLinkNotification)();
37
40
DECLARE_STATEFUL_VALIDATOR
(NewRemoteAccountAvailability, model::NewRemoteAccountNotification)();
41
44
DECLARE_STATEFUL_VALIDATOR
(RemoteSender, model::TransactionNotification)();
45
48
DECLARE_STATEFUL_VALIDATOR
(RemoteInteraction, model::AddressInteractionNotification)();
49
}}
AccountLinkNotifications.h
catapult::validators::DECLARE_STATEFUL_VALIDATOR
DECLARE_STATEFUL_VALIDATOR(Address, Notification)(model
Definition:
AddressValidator.cpp:29
Results.h
ValidatorTypes.h
catapult::validators::DECLARE_STATELESS_VALIDATOR
DECLARE_STATELESS_VALIDATOR(MaxTransactions, Notification)(uint32_t maxTransactions)
Definition:
MaxTransactionsValidator.cpp:27
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::model::AccountLinkAction
AccountLinkAction
Account link transaction action.
Definition:
AccountLinkAction.h:27
catapult-server
plugins
txes
account_link
src
validators
Validators.h
Generated by
1.8.16