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