pub struct Alert(/* private fields */);
Implementations§
Source§impl Alert
impl Alert
Sourcepub fn calc_alert_hash(&self) -> Byte32
pub fn calc_alert_hash(&self) -> Byte32
Calls AlertReader.calc_alert_hash()
for self.as_reader()
.
Source§impl Alert
impl Alert
pub const FIELD_COUNT: usize = 2usize
pub fn total_size(&self) -> usize
pub fn field_count(&self) -> usize
pub fn count_extra_fields(&self) -> usize
pub fn has_extra_fields(&self) -> bool
pub fn raw(&self) -> RawAlert
pub fn signatures(&self) -> BytesVec
pub fn as_reader<'r>(&'r self) -> AlertReader<'r>
Trait Implementations§
Source§impl Entity for Alert
impl Entity for Alert
const NAME: &'static str = "Alert"
type Builder = AlertBuilder
fn new_unchecked(data: Bytes) -> Alert
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<Alert, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<Alert, VerificationError>
fn new_builder() -> <Alert as Entity>::Builder
fn as_builder(self) -> <Alert as Entity>::Builder
impl Eq for Alert
Auto Trait Implementations§
impl !Freeze for Alert
impl RefUnwindSafe for Alert
impl Send for Alert
impl Sync for Alert
impl Unpin for Alert
impl UnwindSafe for Alert
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)