pub struct LightClientAttackEvidence {
pub conflicting_block: ConflictingBlock,
pub common_height: Height,
pub byzantine_validators: Vec<Info>,
pub total_voting_power: Power,
pub timestamp: Time,
}
Expand description
Light client attack evidence
Fields§
§conflicting_block: ConflictingBlock
§common_height: Height
§byzantine_validators: Vec<Info>
§total_voting_power: Power
§timestamp: Time
Trait Implementations§
Source§impl Clone for LightClientAttackEvidence
impl Clone for LightClientAttackEvidence
Source§fn clone(&self) -> LightClientAttackEvidence
fn clone(&self) -> LightClientAttackEvidence
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 moreSource§impl Debug for LightClientAttackEvidence
impl Debug for LightClientAttackEvidence
Source§impl<'de> Deserialize<'de> for LightClientAttackEvidence
impl<'de> Deserialize<'de> for LightClientAttackEvidence
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<LightClientAttackEvidence> for Evidence
impl From<LightClientAttackEvidence> for Evidence
Source§fn from(ev: LightClientAttackEvidence) -> Self
fn from(ev: LightClientAttackEvidence) -> Self
Converts to this type from the input type.
Source§impl From<LightClientAttackEvidence> for LightClientAttackEvidence
impl From<LightClientAttackEvidence> for LightClientAttackEvidence
Source§fn from(ev: LightClientAttackEvidence) -> Self
fn from(ev: LightClientAttackEvidence) -> Self
Converts to this type from the input type.
Source§impl From<LightClientAttackEvidence> for LightClientAttackEvidence
impl From<LightClientAttackEvidence> for LightClientAttackEvidence
Source§fn from(ev: LightClientAttackEvidence) -> Self
fn from(ev: LightClientAttackEvidence) -> Self
Converts to this type from the input type.
Source§impl From<LightClientAttackEvidence> for LightClientAttackEvidence
impl From<LightClientAttackEvidence> for LightClientAttackEvidence
Source§fn from(ev: LightClientAttackEvidence) -> Self
fn from(ev: LightClientAttackEvidence) -> Self
Converts to this type from the input type.
Source§impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
§fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode into a buffer in Protobuf format. Read more
§fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode with a length-delimiter to a buffer in Protobuf format. Read more
§fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode an instance from a buffer. Read more
§fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode a length-delimited instance from
the buffer. Read more
§fn encoded_len(self) -> usize
fn encoded_len(self) -> usize
Returns the encoded length of the message without a length delimiter. Read more
§fn encode_vec(self) -> Vec<u8> ⓘ
fn encode_vec(self) -> Vec<u8> ⓘ
Encodes into a Protobuf-encoded
Vec<u8>
.§fn decode_vec(v: &[u8]) -> Result<Self, Error>
fn decode_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance from a
Vec<u8>
(or equivalent).§fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
Encode with a length-delimiter to a
Vec<u8>
Protobuf-encoded message.§fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance with a
length-delimiter from a
Vec<u8>
or equivalent.Source§impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
§fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode into a buffer in Protobuf format. Read more
§fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode with a length-delimiter to a buffer in Protobuf format. Read more
§fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode an instance from a buffer. Read more
§fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode a length-delimited instance from
the buffer. Read more
§fn encoded_len(self) -> usize
fn encoded_len(self) -> usize
Returns the encoded length of the message without a length delimiter. Read more
§fn encode_vec(self) -> Vec<u8> ⓘ
fn encode_vec(self) -> Vec<u8> ⓘ
Encodes into a Protobuf-encoded
Vec<u8>
.§fn decode_vec(v: &[u8]) -> Result<Self, Error>
fn decode_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance from a
Vec<u8>
(or equivalent).§fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
Encode with a length-delimiter to a
Vec<u8>
Protobuf-encoded message.§fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance with a
length-delimiter from a
Vec<u8>
or equivalent.Source§impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
impl Protobuf<LightClientAttackEvidence> for LightClientAttackEvidence
§fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode into a buffer in Protobuf format. Read more
§fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode with a length-delimiter to a buffer in Protobuf format. Read more
§fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode an instance from a buffer. Read more
§fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode a length-delimited instance from
the buffer. Read more
§fn encoded_len(self) -> usize
fn encoded_len(self) -> usize
Returns the encoded length of the message without a length delimiter. Read more
§fn encode_vec(self) -> Vec<u8> ⓘ
fn encode_vec(self) -> Vec<u8> ⓘ
Encodes into a Protobuf-encoded
Vec<u8>
.§fn decode_vec(v: &[u8]) -> Result<Self, Error>
fn decode_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance from a
Vec<u8>
(or equivalent).§fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
fn encode_length_delimited_vec(self) -> Vec<u8> ⓘ
Encode with a length-delimiter to a
Vec<u8>
Protobuf-encoded message.§fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
fn decode_length_delimited_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance with a
length-delimiter from a
Vec<u8>
or equivalent.Source§impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
Source§impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
Source§impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
impl TryFrom<LightClientAttackEvidence> for LightClientAttackEvidence
impl Eq for LightClientAttackEvidence
impl StructuralPartialEq for LightClientAttackEvidence
Auto Trait Implementations§
impl Freeze for LightClientAttackEvidence
impl RefUnwindSafe for LightClientAttackEvidence
impl Send for LightClientAttackEvidence
impl Sync for LightClientAttackEvidence
impl Unpin for LightClientAttackEvidence
impl UnwindSafe for LightClientAttackEvidence
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