1#ifndef XRPL_TEST_JTX_REGKEY_H_INCLUDED
2#define XRPL_TEST_JTX_REGKEY_H_INCLUDED
4#include <test/jtx/Account.h>
5#include <test/jtx/tags.h>
7#include <xrpl/json/json_value.h>
15regkey(Account
const& account, disabled_t);
19regkey(Account
const& account, Account
const& signer);
Json::Value regkey(Account const &account, disabled_t)
Disable the regular key.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.