Struct oasis_runtime_sdk::dispatcher::DispatchResult
source · pub struct DispatchResult {
pub result: CallResult,
pub tags: Tags,
pub priority: u64,
pub sender_metadata: SenderMeta,
pub call_format_metadata: Metadata,
}
Expand description
Result of dispatching a transaction.
Fields§
§result: CallResult
Transaction call result.
Transaction tags.
priority: u64
Transaction priority.
sender_metadata: SenderMeta
Transaction sender metadata.
call_format_metadata: Metadata
Call format metadata.
Trait Implementations§
source§impl Debug for DispatchResult
impl Debug for DispatchResult
source§impl From<CallResult> for DispatchResult
impl From<CallResult> for DispatchResult
source§fn from(result: CallResult) -> Self
fn from(result: CallResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DispatchResult
impl RefUnwindSafe for DispatchResult
impl Send for DispatchResult
impl Sync for DispatchResult
impl Unpin for DispatchResult
impl UnwindSafe for DispatchResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more