xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::pdomain Namespace Reference

Typedefs

using Credential = xrpl::test::jtx::deposit::AuthorizeCredentials
using Credentials = std::vector<Credential>

Functions

json::Value setTx (AccountID const &account, Credentials const &credentials, std::optional< uint256 > domain)
json::Value deleteTx (AccountID const &account, uint256 const &domain)
std::map< uint256, json::ValuegetObjects (Account const &account, Env &env, bool withType)
bool objectExists (uint256 const &objID, Env &env)
Credentials credentialsFromJson (json::Value const &object, std::unordered_map< std::string, Account > const &human2Acc)
Credentials sortCredentials (Credentials const &input)
uint256 getNewDomain (std::shared_ptr< STObject const > const &meta)

Typedef Documentation

◆ Credential

◆ Credentials

Function Documentation

◆ setTx()

json::Value xrpl::test::jtx::pdomain::setTx ( AccountID const & account,
Credentials const & credentials,
std::optional< uint256 > domain )

Definition at line 30 of file permissioned_domains.cpp.

◆ deleteTx()

json::Value xrpl::test::jtx::pdomain::deleteTx ( AccountID const & account,
uint256 const & domain )

Definition at line 52 of file permissioned_domains.cpp.

◆ getObjects()

std::map< uint256, json::Value > xrpl::test::jtx::pdomain::getObjects ( Account const & account,
Env & env,
bool withType )

Definition at line 63 of file permissioned_domains.cpp.

◆ objectExists()

bool xrpl::test::jtx::pdomain::objectExists ( uint256 const & objID,
Env & env )

Definition at line 97 of file permissioned_domains.cpp.

◆ credentialsFromJson()

Credentials xrpl::test::jtx::pdomain::credentialsFromJson ( json::Value const & object,
std::unordered_map< std::string, Account > const & human2Acc )

Definition at line 118 of file permissioned_domains.cpp.

◆ sortCredentials()

Credentials xrpl::test::jtx::pdomain::sortCredentials ( Credentials const & input)

Definition at line 143 of file permissioned_domains.cpp.

◆ getNewDomain()

uint256 xrpl::test::jtx::pdomain::getNewDomain ( std::shared_ptr< STObject const > const & meta)

Definition at line 152 of file permissioned_domains.cpp.