| 
    rippled
    
   | 
 
Typedefs | |
| using | Credential = ripple::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::Value > | getObjects (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) | 
| using ripple::test::jtx::pdomain::Credential = typedef ripple::test::jtx::deposit::AuthorizeCredentials | 
Definition at line 14 of file permissioned_domains.h.
| using ripple::test::jtx::pdomain::Credentials = typedef std::vector<Credential> | 
Definition at line 15 of file permissioned_domains.h.
| Json::Value ripple::test::jtx::pdomain::setTx | ( | AccountID const & | account, | 
| Credentials const & | credentials, | ||
| std::optional< uint256 > | domain | ||
| ) | 
Definition at line 11 of file permissioned_domains.cpp.
| Json::Value ripple::test::jtx::pdomain::deleteTx | ( | AccountID const & | account, | 
| uint256 const & | domain | ||
| ) | 
Definition at line 36 of file permissioned_domains.cpp.
| std::map< uint256, Json::Value > ripple::test::jtx::pdomain::getObjects | ( | Account const & | account, | 
| Env & | env, | ||
| bool | withType | ||
| ) | 
Definition at line 47 of file permissioned_domains.cpp.
Definition at line 81 of file permissioned_domains.cpp.
| Credentials ripple::test::jtx::pdomain::credentialsFromJson | ( | Json::Value const & | object, | 
| std::unordered_map< std::string, Account > const & | human2Acc | ||
| ) | 
Definition at line 103 of file permissioned_domains.cpp.
| Credentials ripple::test::jtx::pdomain::sortCredentials | ( | Credentials const & | input | ) | 
Definition at line 127 of file permissioned_domains.cpp.
| uint256 ripple::test::jtx::pdomain::getNewDomain | ( | std::shared_ptr< STObject const > const & | meta | ) | 
Definition at line 136 of file permissioned_domains.cpp.