Struct bee_message::output::SignatureLockedSingleOutput [−][src]
pub struct SignatureLockedSingleOutput { /* fields omitted */ }Expand description
An output type which can be unlocked via a signature. It deposits onto one single address.
Implementations
Creates a new SignatureLockedSingleOutput.
Trait Implementations
Performs the conversion.
Returns the length of the packed bytes.
Packs the instance to bytes and writes them to the passed writer.
Reads bytes from the passed reader and unpacks them into an instance.
Packs the instance to bytes and writes them to a newly allocated vector.
Reads bytes from the passed reader and unpacks them into an instance. Applies syntactic checks. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for SignatureLockedSingleOutput
impl Send for SignatureLockedSingleOutput
impl Sync for SignatureLockedSingleOutput
impl Unpin for SignatureLockedSingleOutput
impl UnwindSafe for SignatureLockedSingleOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
