xrpld
Loading...
Searching...
No Matches
test
jtx
invoice_id.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
5
namespace
xrpl::test::jtx
{
6
7
struct
InvoiceId
8
{
9
private
:
10
uint256
hash_
;
11
12
public
:
13
explicit
InvoiceId
(
uint256
const
& hash) :
hash_
(hash)
14
{
15
}
16
17
void
18
operator()
(
Env
&,
JTx
& jt)
const
;
19
};
20
}
// namespace xrpl::test::jtx
xrpl::test::jtx::Env
A transaction testing environment.
Definition
Env.h:143
xrpl::test::jtx
Definition
Oracle_test.cpp:34
xrpl::uint256
BaseUInt< 256 > uint256
Definition
base_uint.h:562
xrpl::test::jtx::InvoiceId::hash_
uint256 hash_
Definition
invoice_id.h:10
xrpl::test::jtx::InvoiceId::operator()
void operator()(Env &, JTx &jt) const
Definition
invoice_id.cpp:11
xrpl::test::jtx::InvoiceId::InvoiceId
InvoiceId(uint256 const &hash)
Definition
invoice_id.h:13
xrpl::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:23
Generated by
1.16.1