pub trait HasSignedIntentHash {
    // Required method
    fn signed_intent_hash(&self) -> SignedIntentHash;
}

Required Methods§

Implementors§