pub enum MissingDataBehavior {
ASSERT_FAIL,
FAIL,
}
Expand description
| Enum to specify what *TransactionSignatureChecker’s | behavior should be when dealing with | missing transaction data. |
Variants§
ASSERT_FAIL
| Abort execution through assertion | failure (for consensus code) |
FAIL
| Just act as if the signature was invalid |
Auto Trait Implementations§
impl RefUnwindSafe for MissingDataBehavior
impl Send for MissingDataBehavior
impl Sync for MissingDataBehavior
impl Unpin for MissingDataBehavior
impl UnwindSafe for MissingDataBehavior
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