Trait parables_testing::account::Digestable[][src]

pub trait Digestable {
    fn digest(self) -> Vec<u8>;
}

Trait for things which can be digested.

Required Methods

Important traits for Vec<u8>

Digest the given type.

Implementations on Foreign Types

impl Digestable for Vec<u8>
[src]

Important traits for Vec<u8>

impl Digestable for U256
[src]

Important traits for Vec<u8>

impl Digestable for H160
[src]

Important traits for Vec<u8>

Implementors