ccdle12/rust-stratum-v2

Create an enum containing all the message type in bytes

ccdle12 opened this issue · 0 comments

Example:

enum MsgType {
    SetupConnection = 0x00,
    SetupConnectionSuccess = 0x01.
    ...
}