rippled
test
jtx
impl
invoice_id.cpp
1
2
//------------------------------------------------------------------------------
3
/*
4
This file is part of rippled: https://github.com/ripple/rippled
5
Copyright (c) 2012, 2013 Ripple Labs Inc.
6
7
Permission to use, copy, modify, and/or distribute this software for any
8
purpose with or without fee is hereby granted, provided that the above
9
copyright notice and this permission notice appear in all copies.
10
11
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14
ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
*/
19
//==============================================================================
20
21
#include <test/jtx/invoice_id.h>
22
23
namespace
ripple
{
24
namespace
test {
25
namespace
jtx {
26
27
void
28
invoice_id::operator()
(
Env
&,
JTx
& jt)
const
29
{
30
if
(!
hash_
.
isZero
())
31
jt[
"InvoiceID"
] =
strHex
(
hash_
);
32
}
33
34
}
// namespace jtx
35
}
// namespace test
36
}
// namespace ripple
ripple::test::jtx::invoice_id::hash_
uint256 hash_
Definition:
invoice_id.h:32
ripple::base_uint::isZero
bool isZero() const
Definition:
base_uint.h:532
ripple::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition:
JTx.h:42
ripple::test::jtx::invoice_id::operator()
void operator()(Env &, JTx &jt) const
Definition:
invoice_id.cpp:28
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition:
RCLCensorshipDetector.h:29
ripple::strHex
std::string strHex(FwdIt begin, FwdIt end)
Definition:
strHex.h:30
ripple::test::jtx::Env
A transaction testing environment.
Definition:
Env.h:116
Generated by
1.8.17