rippled
Loading...
Searching...
No Matches
WalletPropose.h
1#pragma once
2
3#include <xrpl/json/json_value.h>
4
5namespace xrpl {
6
8walletPropose(Json::Value const& params);
9
10} // namespace xrpl
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:5
Json::Value walletPropose(Json::Value const &params)