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
6#include <xrpl/basics/base_uint.h>
7
8#include <string>
9#include <vector>
10
11namespace xrpl::test::jtx {
12
15 jtx::Env& env,
16 std::vector<jtx::Account> const& accounts,
17 jtx::Account const& domainOwner = jtx::Account("domainOwner"),
18 std::string const& credType = "Cred");
19
34
35} // namespace xrpl::test::jtx
Immutable cryptographic account descriptor.
Definition jtx/Account.h:21
A transaction testing environment.
Definition Env.h:161
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:580