pub trait ToItems<'a, T> {
    fn to_deep_hash_item(&'a self) -> Result<DeepHashItem, Error>;
}
Expand description

Implemented on Transaction to create root DeepHashItems used by crate::crypto::Provider::deep_hash in the creation of a transaction signatures.

Required Methods

Implementations on Foreign Types

Implementors