rippled
Loading...
Searching...
No Matches
test
jtx
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
8
namespace
xrpl
{
9
namespace
test {
10
namespace
jtx {
11
13
Json::Value
14
regkey
(Account
const
& account, disabled_t);
15
17
Json::Value
18
regkey
(Account
const
& account, Account
const
& signer);
19
20
}
// namespace jtx
21
}
// namespace test
22
}
// namespace xrpl
Json::Value
Represents a JSON value.
Definition
json_value.h:130
xrpl::test::jtx::regkey
Json::Value regkey(Account const &account, disabled_t)
Disable the regular key.
Definition
regkey.cpp:10
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
Generated by
1.9.8