Most of transactions (all except empty and connection) has msg_id field. According to ads source code
const char* const MSGID = "msg_id";
ptree.put(TAG::MSGID, m_data.info.namsid);
uint32_t namsid{0}; ///< user message id
Field msg_id seems to be number of transaction sent from account (or node?).
Field name is misleading, becuase it is similar tomessage_id, which has different meaning and format. Please, consider change.
Most of transactions (all except
empty
andconnection
) hasmsg_id
field. According to ads source codeField
msg_id
seems to be number of transaction sent from account (or node?). Field name is misleading, becuase it is similar tomessage_id
, which has different meaning and format. Please, consider change.Also, please review
node_msg_id
.