Struct ethcore::trace::trace::Suicide [] [src]

pub struct Suicide {
    pub address: Address,
    pub refund_address: Address,
    pub balance: U256,
}

Suicide action.

Fields

Suicided address.

Suicided contract heir.

Balance of the contract just before suicide.

Methods

impl Suicide
[src]

Return suicide action bloom.

Trait Implementations

impl Debug for Suicide
[src]

Formats the value using the given formatter.

impl Clone for Suicide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Suicide
[src]

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

This method tests for !=.

impl Encodable for Suicide
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for Suicide
[src]

Decode a value from RLP bytes