Enum common_types::ancestry_action::AncestryAction[][src]

pub enum AncestryAction {
    MarkFinalized(H256),
}

Actions on a live block's parent block. Only committed when the live block is committed. Those actions here must respect the normal blockchain reorganization rules.

Variants

Mark an ancestry block as finalized.

Trait Implementations

impl Debug for AncestryAction
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AncestryAction
[src]

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

This method tests for !=.

impl Eq for AncestryAction
[src]

impl Clone for AncestryAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AncestryAction

impl Sync for AncestryAction