pub struct TransactionResponse {
pub transaction: Transaction,
pub status: TransactionStatus,
pub block_id: Option<Bytes32>,
pub time: Option<DateTime<Utc>>,
}
Fields§
§transaction: Transaction
§status: TransactionStatus
§block_id: Option<Bytes32>
§time: Option<DateTime<Utc>>
Trait Implementations§
source§impl Clone for TransactionResponse
impl Clone for TransactionResponse
source§fn clone(&self) -> TransactionResponse
fn clone(&self) -> TransactionResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransactionResponse
impl Debug for TransactionResponse
source§impl From<TransactionResponse> for TransactionResponse
impl From<TransactionResponse> for TransactionResponse
source§fn from(client_response: ClientTransactionResponse) -> Self
fn from(client_response: ClientTransactionResponse) -> Self
Converts to this type from the input type.