rippled
Loading...
Searching...
No Matches
tags.h
1#pragma once
2
3namespace xrpl {
4namespace test {
5
6namespace jtx {
7
8struct none_t
9{
11 {
12 }
13};
14static none_t const none;
15
17{
19 {
20 }
21};
22static autofill_t const autofill;
23
25{
27 {
28 }
29};
30static disabled_t const disabled;
31
34{
36 {
37 }
38};
39
41
42} // namespace jtx
43
44} // namespace test
45} // namespace xrpl
static autofill_t const autofill
Definition tags.h:22
static increment_t const increment
Definition tags.h:40
static none_t const none
Definition tags.h:14
static disabled_t const disabled
Definition tags.h:30
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
Used for fee() calls that use an owner reserve increment.
Definition tags.h:34