rippled
Loading...
Searching...
No Matches
regkey.h
1#ifndef XRPL_TEST_JTX_REGKEY_H_INCLUDED
2#define XRPL_TEST_JTX_REGKEY_H_INCLUDED
3
4#include <test/jtx/Account.h>
5#include <test/jtx/tags.h>
6
7#include <xrpl/json/json_value.h>
8
9namespace ripple {
10namespace test {
11namespace jtx {
12
15regkey(Account const& account, disabled_t);
16
19regkey(Account const& account, Account const& signer);
20
21} // namespace jtx
22} // namespace test
23} // namespace ripple
24
25#endif
Represents a JSON value.
Definition json_value.h:131
Json::Value regkey(Account const &account, disabled_t)
Disable the regular key.
Definition regkey.cpp:10
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6