pub enum TransactionStatusCode {
Confirmed,
OpenUntilDate,
OpenUntilBlock,
Unconfirmed,
Confirming,
Conflicted,
Abandoned,
Immature,
NotAccepted,
}
Variants§
Confirmed
| Have 6 or more confirmations (normal | tx) or fully mature (mined tx) * |
OpenUntilDate
| Transaction not yet final, waiting | for date |
OpenUntilBlock
| Transaction not yet final, waiting | for block |
Unconfirmed
| Not yet mined into a block * |
Confirming
| Confirmed, but waiting for the recommended | number of confirmations * |
Conflicted
| Conflicts with other transaction or | mempool * |
Abandoned
| Abandoned from the wallet * |
Immature
| Mined but waiting for maturity |
NotAccepted
| Mined but not accepted |
Auto Trait Implementations§
impl RefUnwindSafe for TransactionStatusCode
impl Send for TransactionStatusCode
impl Sync for TransactionStatusCode
impl Unpin for TransactionStatusCode
impl UnwindSafe for TransactionStatusCode
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