rippled
Loading...
Searching...
No Matches
tags.h
1#ifndef XRPL_TEST_JTX_TAGS_H_INCLUDED
2#define XRPL_TEST_JTX_TAGS_H_INCLUDED
3
4namespace ripple {
5namespace test {
6
7namespace jtx {
8
9struct none_t
10{
12 {
13 }
14};
15static none_t const none;
16
18{
20 {
21 }
22};
23static autofill_t const autofill;
24
26{
28 {
29 }
30};
31static disabled_t const disabled;
32
35{
37 {
38 }
39};
40
42
43} // namespace jtx
44
45} // namespace test
46} // namespace ripple
47
48#endif
static increment_t const increment
Definition tags.h:41
static none_t const none
Definition tags.h:15
static autofill_t const autofill
Definition tags.h:23
static disabled_t const disabled
Definition tags.h:31
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
Used for fee() calls that use an owner reserve increment.
Definition tags.h:35