Enum ethcore::trace::RewardType[][src]

pub enum RewardType {
    Block,
    Uncle,
    EmptyStep,
    External,
}

Reward type.

Variants

Block

Uncle

Empty step (AuthorityRound)

A reward directly attributed by an external protocol (e.g. block reward contract)

Trait Implementations

impl Into<RewardType> for RewardKind
[src]

Performs the conversion.

impl Debug for RewardType
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for RewardType
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for RewardType
[src]

Decode a value from RLP bytes

Auto Trait Implementations

impl Send for RewardType

impl Sync for RewardType