Trait zcash_primitives::transaction::components::sapling::Authorization[][src]

pub trait Authorization: Debug {
    type Proof: Clone + Debug;
    type AuthSig: Clone + Debug;
}

Associated Types

Implementors