pub struct PackageMempoolAcceptResult { /* private fields */ }Expand description
| Validation result for package mempool | acceptance. |
Implementations§
source§impl PackageMempoolAcceptResult
impl PackageMempoolAcceptResult
pub fn new_with_state_and_results( state: PackageValidationState, results: HashMap<u256, MempoolAcceptResult> ) -> Self
sourcepub fn new_with_wtxid_and_result(
wtxid: &u256,
result: &MempoolAcceptResult
) -> Self
pub fn new_with_wtxid_and_result( wtxid: &u256, result: &MempoolAcceptResult ) -> Self
| Constructor to create a PackageMempoolAcceptResult | from a single MempoolAcceptResult |
Auto Trait Implementations§
impl !RefUnwindSafe for PackageMempoolAcceptResult
impl Send for PackageMempoolAcceptResult
impl Sync for PackageMempoolAcceptResult
impl Unpin for PackageMempoolAcceptResult
impl !UnwindSafe for PackageMempoolAcceptResult
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