Enum diem_api_types::TransactionData [−][src]
pub enum TransactionData {
OnChain(TransactionOnChainData),
Pending(Box<SignedTransaction>),
}Variants
OnChain(TransactionOnChainData)Tuple Fields of OnChain
Pending(Box<SignedTransaction>)Tuple Fields of Pending
0: Box<SignedTransaction>Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TransactionData
impl Send for TransactionData
impl Sync for TransactionData
impl Unpin for TransactionData
impl UnwindSafe for TransactionData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self