pub struct WalletTxConfirmation { /* private fields */ }
Expand description
| Confirmation includes tx status and | a triplet of {block height/block hash/tx | index in block} at which tx has been confirmed. | | All three are set to 0 if tx is unconfirmed | or abandoned. | | Meaning of these fields changes with | CONFLICTED state where they instead | point to block hash and block height | of the deepest conflicting tx. |
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WalletTxConfirmation
impl Send for WalletTxConfirmation
impl Sync for WalletTxConfirmation
impl Unpin for WalletTxConfirmation
impl UnwindSafe for WalletTxConfirmation
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more