forked from lthn/blockchain
updated plain_wallet header
This commit is contained in:
parent
a51b9b4ba6
commit
9e37ca90f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue