sapling_crypto::bundle

Trait Authorization

source
pub trait Authorization: Debug {
    type SpendProof: Clone + Debug;
    type OutputProof: Clone + Debug;
    type AuthSig: Clone + Debug;
}
Expand description

Defines the authorization type of a Sapling bundle.

Required Associated Types§

Implementors§