二期c++接口

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by Heng Well

Revision:
10:aabd720e632c
Parent:
8:f2a567ee3a46
--- a/MockHsm.h	Wed Sep 27 01:18:12 2017 +0000
+++ b/MockHsm.h	Fri Nov 03 01:07:32 2017 +0000
@@ -1,9 +1,9 @@
 /***********************************************************************
  * Module:  MockHsm.h
  * Author:  Administrator
- * Modified: 2017Äê8ÔÂ31ÈÕ 16:29:48
+ * Modified: 2017年8月31日 16:29:48
  * Purpose: Declaration of the class MockHsm
- * Comment: ÓÉÁ´ºËÌṩµÄÄ£ÄâHSMÀ´´¦Àí¿ª·¢ÖеĹؼü²ÄÁÏ¡£
+ * Comment: 由链核提供的模拟HSM来处理开发中的关键材料。
  ***********************************************************************/
 
 #if !defined(__Account_MockHsm_h)
@@ -25,6 +25,7 @@
 
 	string createKey();
 	string listKeys();
+	string listTransactionFeeds();
 
 protected:
 private:
@@ -33,4 +34,4 @@
 	Client client;
 };
 
-#endif
+#endif
\ No newline at end of file