Struct fuel_gql_client::client::schema::tx::OpaqueTransaction
source · pub struct OpaqueTransaction {
pub raw_payload: HexString,
pub receipts: Option<Vec<OpaqueReceipt>>,
pub status: Option<TransactionStatus>,
}
Fields§
§raw_payload: HexString
§receipts: Option<Vec<OpaqueReceipt>>
§status: Option<TransactionStatus>
Trait Implementations§
source§impl Debug for OpaqueTransaction
impl Debug for OpaqueTransaction
source§impl<'de> Deserialize<'de> for OpaqueTransaction
impl<'de> Deserialize<'de> for OpaqueTransaction
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<'de> QueryFragment<'de> for OpaqueTransaction
impl<'de> QueryFragment<'de> for OpaqueTransaction
§type SchemaType = Transaction
type SchemaType = Transaction
The type in a schema that this
QueryFragment
representssource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
Adds this fragment to the query being built by
builder
source§impl TryFrom<OpaqueTransaction> for Transaction
impl TryFrom<OpaqueTransaction> for Transaction
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
source§impl TryFrom<OpaqueTransaction> for TransactionResponse
impl TryFrom<OpaqueTransaction> for TransactionResponse
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.