rippled
Loading...
Searching...
No Matches
WalletPropose.h
1#ifndef XRPL_XRPL_RPC_HANDLERS_WALLETPROPOSE_H
2#define XRPL_XRPL_RPC_HANDLERS_WALLETPROPOSE_H
3
4#include <xrpl/json/json_value.h>
5
6namespace ripple {
7
9walletPropose(Json::Value const& params);
10
11} // namespace ripple
12
13#endif
Represents a JSON value.
Definition json_value.h:130
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
Json::Value walletPropose(Json::Value const &params)