Struct solana_transaction_status::UiTransaction
source · pub struct UiTransaction {
pub signatures: Vec<String>,
pub message: UiMessage,
}
Expand description
A duplicate representation of a Transaction for pretty JSON serialization
Fields§
§signatures: Vec<String>
§message: UiMessage
Trait Implementations§
source§impl Clone for UiTransaction
impl Clone for UiTransaction
source§fn clone(&self) -> UiTransaction
fn clone(&self) -> UiTransaction
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 UiTransaction
impl Debug for UiTransaction
source§impl<'de> Deserialize<'de> for UiTransaction
impl<'de> Deserialize<'de> for UiTransaction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<UiTransaction> for UiTransaction
impl PartialEq<UiTransaction> for UiTransaction
source§fn eq(&self, other: &UiTransaction) -> bool
fn eq(&self, other: &UiTransaction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.