rippled
Loading...
Searching...
No Matches
regkey.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/tags.h>
5
6#include <xrpl/json/json_value.h>
7
8namespace xrpl {
9namespace test {
10namespace jtx {
11
14regkey(Account const& account, disabled_t);
15
18regkey(Account const& account, Account const& signer);
19
20} // namespace jtx
21} // namespace test
22} // namespace xrpl
Represents a JSON value.
Definition json_value.h:130
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:5