☰
Trait Authorization
Associated Types
AuthSig
Proof
Implementors
Other items in
zcash_primitives
::
transaction
::
components
::
sapling
All crates
?
Trait
zcash_primitives
::
transaction
::
components
::
sapling
::
Authorization
[
−
]
[src]
pub trait Authorization:
Debug
{ type
Proof
:
Clone
+
Debug
; type
AuthSig
:
Clone
+
Debug
; }
Associated Types
[src]
type
Proof
:
Clone
+
Debug
[src]
type
AuthSig
:
Clone
+
Debug
Implementors
[src]
impl
Authorization
for
Unauthorized
[src]
impl
Authorization
for
Authorized
[src]
impl
Authorization
for
Unproven