mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
RPC: Add proof_verify.
This commit is contained in:
@@ -20,6 +20,7 @@ enum POWResult
|
||||
powTOOEASY = 5, // the difficulty increased too much while you solved it
|
||||
};
|
||||
|
||||
bool powResultInfo(POWResult powCode, std::string& strToken, std::string& strHuman);
|
||||
|
||||
class ProofOfWork
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user