rippled
Loading...
Searching...
No Matches
include
xrpl
resource
Disposition.h
1
#pragma once
2
3
namespace
xrpl
{
4
namespace
Resource {
5
7
enum
Disposition
{
9
ok
10
12
,
13
warn
14
16
,
17
drop
18
};
19
20
}
// namespace Resource
21
}
// namespace xrpl
xrpl::Resource::Disposition
Disposition
The disposition of a consumer after applying a load charge.
Definition
Disposition.h:7
xrpl::Resource::drop
@ drop
Definition
Disposition.h:17
xrpl::Resource::warn
@ warn
Consumer should be disconnected for excess consumption.
Definition
Disposition.h:13
xrpl::Resource::ok
@ ok
No action required.
Definition
Disposition.h:9
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
Generated by
1.9.8