pub type StreamTransactionsResponse = StreamTransactionsResponse200Body;

Aliased Type§

struct StreamTransactionsResponse {
    pub transaction: Option<Transaction>,
    pub heartbeat: Option<TransactionHeartbeat>,
}

Fields§

§transaction: Option<Transaction>

The base Transaction specification. Specifies properties that are common between all Transaction.

§heartbeat: Option<TransactionHeartbeat>

A TransactionHeartbeat object is injected into the Transaction stream to ensure that the HTTP connection remains active.