【修改】更新依赖的stellar头文件

This commit is contained in:
niubinghui
2024-10-14 19:04:00 +08:00
parent 024db869aa
commit 965403fbad
20 changed files with 917 additions and 245 deletions

View File

@@ -0,0 +1,18 @@
#include <sys/uio.h>
#define STRATUM_MESSAGE_TOPIC "TOPIC_STRATUM"
enum cryptocurrency_type
{
ETH=1,
OTHER=2
};
struct stratum_field
{
enum cryptocurrency_type type;
struct iovec mining_pools;
struct iovec mining_program;
struct iovec mining_subscribe;
};//message data