pub enum IsMineResult {
NO,
WATCH_ONLY,
SPENDABLE,
INVALID,
}
Expand description
| This is an internal representation | of isminetype + invalidity. | | Its order is significant, as we return | the max of all explored possibilities. |
Variants§
NO
| Not ours |
WATCH_ONLY
| Included in watch-only balance |
SPENDABLE
| Included in all balances |
INVALID
| Not spendable by anyone (uncompressed | pubkey in segwit, P2SH inside P2SH or | witness, witness inside witness) |
Auto Trait Implementations§
impl RefUnwindSafe for IsMineResult
impl Send for IsMineResult
impl Sync for IsMineResult
impl Unpin for IsMineResult
impl UnwindSafe for IsMineResult
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