pub type TransactionProcessStatusData = ProcessStatusResponse;👎Deprecated since 0.16.0:
Renamed to ProcessStatusResponse, matching the original Go implementation.
Aliased Type§
pub struct TransactionProcessStatusData {
pub reason: String,
pub status: String,
}Fields§
§reason: String§status: String