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