Enum ethcore::client::TransactionId [] [src]

pub enum TransactionId {
    Hash(H256),
    Location(BlockIdusize),
}

Uniquely identifies transaction.

Variants

Transaction's sha3.

Block id and transaction index within this block. Querying by block position is always faster.

Trait Implementations

impl Debug for TransactionId
[src]

Formats the value using the given formatter.

impl PartialEq for TransactionId
[src]

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

This method tests for !=.

impl Clone for TransactionId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for TransactionId
[src]

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

Feeds a slice of this type into the state provided.

impl Eq for TransactionId
[src]