Enum bdk_chain::bitcoin::p2p::message_network::RejectReason
pub enum RejectReason {
Malformed = 1,
Invalid = 16,
Obsolete = 17,
Duplicate = 18,
NonStandard = 64,
Dust = 65,
Fee = 66,
Checkpoint = 67,
}
Expand description
message rejection reason as a code
Variants§
Malformed = 1
malformed message
Invalid = 16
invalid message
Obsolete = 17
obsolete message
Duplicate = 18
duplicate message
NonStandard = 64
nonstandard transaction
Dust = 65
an output is below dust limit
Fee = 66
insufficient fee
Checkpoint = 67
checkpoint
Trait Implementations§
§impl Clone for RejectReason
impl Clone for RejectReason
§fn clone(&self) -> RejectReason
fn clone(&self) -> RejectReason
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RejectReason
impl Debug for RejectReason
§impl Decodable for RejectReason
impl Decodable for RejectReason
§impl Encodable for RejectReason
impl Encodable for RejectReason
§impl PartialEq for RejectReason
impl PartialEq for RejectReason
§fn eq(&self, other: &RejectReason) -> bool
fn eq(&self, other: &RejectReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RejectReason
impl Eq for RejectReason
impl StructuralPartialEq for RejectReason
Auto Trait Implementations§
impl Freeze for RejectReason
impl RefUnwindSafe for RejectReason
impl Send for RejectReason
impl Sync for RejectReason
impl Unpin for RejectReason
impl UnwindSafe for RejectReason
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more