pub fn encode_tx_key(tx_key: &TxKey) -> Result<Vec<u8>>
Encode a bare TxKey body: {"tx_id": int, "system_time": Timestamp}. Used for both the DbOpened and submit/execute responses.
TxKey
{"tx_id": int, "system_time": Timestamp}