84 ilog(
"starting wallet_api_plugin");
97 INVOKE_R_R(wallet_mgr, create, std::string), 201),
99 INVOKE_V_R(wallet_mgr, open, std::string), 200),
103 INVOKE_V_R(wallet_mgr, lock, std::string), 200),
105 INVOKE_V_R_R(wallet_mgr, unlock, std::string, std::string), 200),
107 INVOKE_V_R_R(wallet_mgr, import_key, std::string, std::string), 201),
109 INVOKE_V_R_R_R(wallet_mgr, remove_key, std::string, std::string, std::string), 201),
111 INVOKE_R_R_R(wallet_mgr, create_key, std::string, std::string), 201),
115 INVOKE_R_R_R(wallet_mgr, list_keys, std::string, std::string), 200),
void sign_transaction(signed_transaction &trx, fc::variant &required_keys, const chain_id_type &chain_id)