1
0
Fork 0
forked from lthn/blockchain

updated plain_wallet header

This commit is contained in:
cryptozoidberg 2020-02-28 03:12:40 +01:00
parent a51b9b4ba6
commit 9e37ca90f4
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -23,6 +23,6 @@ namespace plain_wallet
std::string invoke(hwallet h, const std::string& params);
//async api
uint64_t async_call(const std::string& method_name, const std::string& params);
uint64_t async_call(const std::string& method_name, uint64_t instance_id, const std::string& params);
std::string try_pull_result(uint64_t);
}