Trait Hash
pub trait Hash {
// Required methods
pub fn hash(self) -> Field;
}
Required methods
pub fn hash(self) -> Field
Implementors
impl Hash for AppPayload
impl Hash for BlockHeader
impl Hash for CheckpointHeader
impl Hash for ContractClassFunctionLeafPreimage
impl Hash for ContractInstance
impl<let INITIAL_DELAY: u64, T> Hash for DelayedPublicMutableValues<T, INITIAL_DELAY>
where
T: Packable
where
T: Packable