xrpld
Loading...
Searching...
No Matches
test
jtx
account_txn_id.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
5
namespace
xrpl::test::jtx
{
6
7
struct
AccountTxnId
8
{
9
private
:
10
uint256
hash_
;
11
12
public
:
13
explicit
AccountTxnId
(
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::AccountTxnId::AccountTxnId
AccountTxnId(uint256 const &hash)
Definition
account_txn_id.h:13
xrpl::test::jtx::AccountTxnId::operator()
void operator()(Env &, JTx &jt) const
Definition
account_txn_id.cpp:11
xrpl::test::jtx::AccountTxnId::hash_
uint256 hash_
Definition
account_txn_id.h:10
xrpl::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:23
Generated by
1.16.1