xrpld
Loading...
Searching...
No Matches
permissioned_dex.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/Env.h>
5
6namespace xrpl::test::jtx {
7
10 jtx::Env& env,
11 std::vector<jtx::Account> const& accounts,
12 jtx::Account const& domainOwner = jtx::Account("domainOwner"),
13 std::string const& credType = "Cred");
14
29
30} // namespace xrpl::test::jtx
Immutable cryptographic account descriptor.
Definition jtx/Account.h:17
A transaction testing environment.
Definition Env.h:143
Converts to IOU Issue or STAmount.
uint256 setupDomain(jtx::Env &env, std::vector< jtx::Account > const &accounts, jtx::Account const &domainOwner, std::string const &credType)
BaseUInt< 256 > uint256
Definition base_uint.h:562