pub struct AddTlc(/* private fields */);Implementations§
Source§impl AddTlc
impl AddTlc
pub const FIELD_COUNT: usize = 7
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 channel_id(&self) -> Byte32
pub fn tlc_id(&self) -> Uint64
pub fn amount(&self) -> Uint128
pub fn payment_hash(&self) -> Byte32
pub fn expiry(&self) -> Uint64
pub fn hash_algorithm(&self) -> Byte
pub fn onion_packet(&self) -> Bytes
pub fn as_reader<'r>(&'r self) -> AddTlcReader<'r>
Trait Implementations§
Source§impl Entity for AddTlc
impl Entity for AddTlc
const NAME: &'static str = "AddTlc"
type Builder = AddTlcBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl From<AddTlc> for FiberMessage
impl From<AddTlc> for FiberMessage
Source§impl From<AddTlc> for FiberMessageUnion
impl From<AddTlc> for FiberMessageUnion
Auto Trait Implementations§
impl !Freeze for AddTlc
impl RefUnwindSafe for AddTlc
impl Send for AddTlc
impl Sync for AddTlc
impl Unpin for AddTlc
impl UnsafeUnpin for AddTlc
impl UnwindSafe for AddTlc
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