mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add 'type' param to ledger_data and ledger rpc commands (RIPD-1446):
The 'type' field allows the rpc client to specify what type of ledger
entries to retrieve. The available types are:
"account"
"amendments"
"directory"
"fee"
"hashes"
"offer"
"signer_list"
"state"
"ticket"
This commit is contained in:
committed by
Nik Bougalis
parent
fab3ec0b56
commit
1a7a6f22e2
@@ -23,6 +23,8 @@
|
||||
namespace ripple {
|
||||
namespace RPC {
|
||||
|
||||
constexpr Status::Code Status::OK;
|
||||
|
||||
std::string Status::codeString () const
|
||||
{
|
||||
if (!*this)
|
||||
|
||||
Reference in New Issue
Block a user