Enum common_types::ids::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. Read more

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 given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for TransactionId
[src]

Auto Trait Implementations

impl Send for TransactionId

impl Sync for TransactionId