20 #include <ripple/protocol/TxFlags.h>
21 #include <ripple/protocol/jss.h>
22 #include <test/jtx/did.h>
35 jv[jss::TransactionType] = jss::DIDSet;
36 jv[jss::Account] =
to_string(account.id());
45 jv[jss::TransactionType] = jss::DIDSet;
46 jv[jss::Account] =
to_string(account.id());
56 jv[jss::TransactionType] = jss::DIDDelete;
57 jv[jss::Account] =
to_string(account.id());
Json::Value setValid(jtx::Account const &account)
Keylet did(AccountID const &account) noexcept
const Json::StaticString jsonName
Json::Value set(jtx::Account const &account)
Json::Value del(jtx::Account const &account)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::string to_string(Manifest const &m)
Format the specified manifest to a string for debugging purposes.
Immutable cryptographic account descriptor.
std::string strHex(FwdIt begin, FwdIt end)
constexpr std::uint32_t tfUniversal