Implement DID (#967)

Fix #918
This commit is contained in:
cyan317
2023-11-03 09:40:40 +00:00
committed by GitHub
parent 25d9e3cc36
commit fa660ef400
12 changed files with 95 additions and 29 deletions

View File

@@ -27,6 +27,7 @@ namespace rpc {
std::unordered_map<std::string, ripple::LedgerEntryType> const LedgerDataHandler::TYPES_MAP{
{JS(account), ripple::ltACCOUNT_ROOT},
{JS(did), ripple::ltDID},
{JS(amendments), ripple::ltAMENDMENTS},
{JS(check), ripple::ltCHECK},
{JS(deposit_preauth), ripple::ltDEPOSIT_PREAUTH},