Struct block::TransactionSignature [] [src]

pub struct TransactionSignature {
    pub v: u64,
    pub r: H256,
    pub s: H256,
}

Fields

Methods

impl TransactionSignature
[src]

Trait Implementations

impl Clone for TransactionSignature
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TransactionSignature
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TransactionSignature
[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 TransactionSignature
[src]