Struct esvm::Address [] [src]

pub struct Address(_);

Represents an Ethereum address. This address is 20 bytes long.

Methods

impl Address
[src]

Bits needed to represent this value.

Trait Implementations

impl Eq for Address
[src]

impl PartialEq for Address
[src]

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

This method tests for !=.

impl Debug for Address
[src]

Formats the value using the given formatter.

impl Copy for Address
[src]

impl Clone for Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Address
[src]

Feeds this value into the given [Hasher]. Read more

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

impl Default for Address
[src]

Returns the "default value" for a type. Read more

impl Encodable for Address
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Into<M256> for Address
[src]

Performs the conversion.

impl From<M256> for Address
[src]

Performs the conversion.

impl Into<[u8; 20]> for Address
[src]

Performs the conversion.

impl FromStr for Address
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl LowerHex for Address
[src]

Formats the value using the given formatter.

impl UpperHex for Address
[src]

Formats the value using the given formatter.