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