Struct shuttle_core::SignatureHint [] [src]

pub struct SignatureHint(pub [u8; 4]);

Last 4 bytes of a public key.

Methods

impl SignatureHint
[src]

[src]

Create a SignatureHint with the last 4 bytes of the public key pk.

[src]

Convert to Vec<u8>.

Trait Implementations

impl Debug for SignatureHint
[src]

[src]

Formats the value using the given formatter.

impl Clone for SignatureHint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SignatureHint
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SignatureHint
[src]