zcash_
transparent
0.3.0
Authorization
Required Associated Types
ScriptSig
Implementors
In zcash_
transparent::
bundle
zcash_transparent
::
bundle
Trait
Authorization
Copy item path
Source
pub trait Authorization:
Debug
{ type
ScriptSig
:
Debug
+
Clone
+
PartialEq
; }
Required Associated Types
§
Source
type
ScriptSig
:
Debug
+
Clone
+
PartialEq
Implementors
§
Source
§
impl
Authorization
for
Unauthorized
Source
§
type
ScriptSig
=
()
Source
§
impl
Authorization
for
Unbound
Source
§
type
ScriptSig
=
Script
Source
§
impl
Authorization
for
Authorized
Source
§
type
ScriptSig
=
Script
Source
§
impl
Authorization
for
EffectsOnly
Source
§
type
ScriptSig
=
()