Struct bee_message::prelude::MigratedFundsEntry [−][src]
pub struct MigratedFundsEntry { /* fields omitted */ }Describes funds which were migrated from a legacy network.
Implementations
impl MigratedFundsEntry[src]
impl MigratedFundsEntry[src]pub fn new(
tail_transaction_hash: TailTransactionHash,
output: SignatureLockedSingleOutput
) -> Result<Self, Error>[src]
tail_transaction_hash: TailTransactionHash,
output: SignatureLockedSingleOutput
) -> Result<Self, Error>
Creates a new MigratedFundsEntry.
pub fn tail_transaction_hash(&self) -> &TailTransactionHash[src]
Returns the tail transaction hash of a MigratedFundsEntry.
pub fn output(&self) -> &SignatureLockedSingleOutput[src]
Returns the output of a MigratedFundsEntry.
Trait Implementations
impl Clone for MigratedFundsEntry[src]
impl Clone for MigratedFundsEntry[src]fn clone(&self) -> MigratedFundsEntry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for MigratedFundsEntry[src]
impl Eq for MigratedFundsEntry[src]impl Packable for MigratedFundsEntry[src]
impl Packable for MigratedFundsEntry[src]type Error = Error
Associated error type.
fn packed_len(&self) -> usize[src]
fn pack<W: Write>(&self, writer: &mut W) -> Result<(), Self::Error>[src]
fn unpack_inner<R: Read + ?Sized, const CHECK: bool>(
reader: &mut R
) -> Result<Self, Self::Error>[src]
reader: &mut R
) -> Result<Self, Self::Error>
pub fn pack_new(&self) -> Vec<u8, Global>[src]
pub fn unpack<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
pub fn unpack_unchecked<R>(reader: &mut R) -> Result<Self, Self::Error> where
R: Read + ?Sized, [src]
R: Read + ?Sized,
impl PartialEq<MigratedFundsEntry> for MigratedFundsEntry[src]
impl PartialEq<MigratedFundsEntry> for MigratedFundsEntry[src]fn eq(&self, other: &MigratedFundsEntry) -> bool[src]
fn ne(&self, other: &MigratedFundsEntry) -> bool[src]
impl StructuralEq for MigratedFundsEntry[src]
impl StructuralEq for MigratedFundsEntry[src]Auto Trait Implementations
impl RefUnwindSafe for MigratedFundsEntry
impl RefUnwindSafe for MigratedFundsEntryimpl Send for MigratedFundsEntry
impl Send for MigratedFundsEntryimpl Sync for MigratedFundsEntry
impl Sync for MigratedFundsEntryimpl Unpin for MigratedFundsEntry
impl Unpin for MigratedFundsEntryimpl UnwindSafe for MigratedFundsEntry
impl UnwindSafe for MigratedFundsEntry