Enum block_core::TransactionAction [] [src]

pub enum TransactionAction {
    Call(Address),
    Create,
}

Variants

Methods

impl TransactionAction
[src]

[src]

Trait Implementations

impl Clone for TransactionAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TransactionAction
[src]

impl Debug for TransactionAction
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for TransactionAction
[src]

[src]

Append a value to the stream

[src]

Get rlp-encoded bytes for this instance

impl Decodable for TransactionAction
[src]

[src]

Decode a value from RLP bytes