|
xrpld
|
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::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) |
Definition at line 10 of file permissioned_domains.h.
Definition at line 11 of file permissioned_domains.h.
| 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.
| json::Value xrpl::test::jtx::pdomain::deleteTx | ( | AccountID const & | account, |
| uint256 const & | domain ) |
Definition at line 52 of file permissioned_domains.cpp.
| 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.
Definition at line 97 of file permissioned_domains.cpp.
| 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.
| Credentials xrpl::test::jtx::pdomain::sortCredentials | ( | Credentials const & | input | ) |
Definition at line 143 of file permissioned_domains.cpp.
| uint256 xrpl::test::jtx::pdomain::getNewDomain | ( | std::shared_ptr< STObject const > const & | meta | ) |
Definition at line 152 of file permissioned_domains.cpp.