1#include <test/jtx/did.h>
3#include <xrpl/protocol/TxFlags.h>
4#include <xrpl/protocol/jss.h>
17 jv[jss::TransactionType] = jss::DIDSet;
18 jv[jss::Account] =
to_string(account.id());
26 jv[jss::TransactionType] = jss::DIDSet;
27 jv[jss::Account] =
to_string(account.id());
36 jv[jss::TransactionType] = jss::DIDDelete;
37 jv[jss::Account] =
to_string(account.id());
Immutable cryptographic account descriptor.
Keylet did(AccountID const &account) noexcept
Json::Value del(jtx::Account const &account)
Json::Value setValid(jtx::Account const &account)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
bool set(T &target, std::string const &name, Section const §ion)
Set a value from a configuration Section If the named value is not found or doesn't parse as a T,...
std::string strHex(FwdIt begin, FwdIt end)
std::string to_string(base_uint< Bits, Tag > const &a)