iota_
types
0.11.0-alpha
Authority
Signature
Aliased type
Trait Implementations
IotaAuthoritySignature
In iota_
types::
crypto
iota_types
::
crypto
Type Alias
AuthoritySignature
Copy item path
Source
pub type AuthoritySignature = BLS12381Signature;
Aliased Type
§
struct AuthoritySignature {
/* private fields */
}
Trait Implementations
§
Source
§
impl
IotaAuthoritySignature
for
AuthoritySignature
Source
§
fn
new_secure
<T>( value: &
IntentMessage
<T>, epoch: &
EpochId
, secret: &dyn
Signer
<Self>, ) -> Self
where T:
Serialize
,
Source
§
fn
verify_secure
<T>( &self, value: &
IntentMessage
<T>, epoch:
EpochId
, author:
AuthorityPublicKeyBytes
, ) ->
Result
<
()
,
IotaError
>
where T:
Serialize
,