Struct ethcore::account_provider::Signature [] [src]

pub struct Signature(_);

Methods

impl Signature

Get a slice into the 'r' portion of the data.

Get a slice into the 's' portion of the data.

Get the recovery byte.

Create a signature object from the sig.

Check if this is a "low" signature.

Check if each component of the signature is in range.

Trait Implementations

impl FromStr for Signature

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for Signature

Returns the "default value" for a type. Read more

impl Eq for Signature

impl PartialEq<Signature> for Signature

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

This method tests for !=.

impl Into<[u8; 65]> for Signature

Performs the conversion.

impl Deref for Signature

The resulting type after dereferencing

The method called to dereference a value

impl Debug for Signature

Formats the value using the given formatter.

impl Display for Signature

Formats the value using the given formatter.

impl From<[u8; 65]> for Signature

Performs the conversion.

impl From<H520> for Signature

Performs the conversion.

impl Clone for Signature

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Signature

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl DerefMut for Signature

The method called to mutably dereference a value