Skip to main content

encode_tx_key

Function encode_tx_key 

Source
pub fn encode_tx_key(tx_key: &TxKey) -> Result<Vec<u8>>
Expand description

Encode a bare TxKey body: {"tx_id": int, "system_time": Timestamp}. Used for both the DbOpened and submit/execute responses.