Trait sapling_crypto::bundle::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.