rippled
Loading...
Searching...
No Matches
test
jtx
requires.h
1
#ifndef XRPL_TEST_JTX_REQUIRES_H_INCLUDED
2
#define XRPL_TEST_JTX_REQUIRES_H_INCLUDED
3
4
#include <
functional
>
5
#include <
vector
>
6
7
namespace
ripple
{
8
namespace
test {
9
namespace
jtx {
10
11
class
Env;
12
13
using
require_t
=
std::function
<void(
Env
&)>;
14
using
requires_t
=
std::vector<require_t>
;
15
16
}
// namespace jtx
17
}
// namespace test
18
}
// namespace ripple
19
20
#endif
ripple::test::jtx::Env
A transaction testing environment.
Definition
Env.h:102
std::function
functional
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
vector
Generated by
1.9.8