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
type SelectionSet = SelectionSet<'static, Self, Transaction>
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OpaqueTransaction
impl Send for OpaqueTransaction
impl Sync for OpaqueTransaction
impl Unpin for OpaqueTransaction
impl UnwindSafe for OpaqueTransaction
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more