pub trait HasIntentHash {
    // Required method
    fn intent_hash(&self) -> IntentHash;
}

Required Methods§

fn intent_hash(&self) -> IntentHash

Implementors§