sui_
types
0.1.0
Authority
Signature
Aliased type
Trait Implementations
SuiAuthoritySignature
In sui_
types::
crypto
sui_types
::
crypto
Type Alias
AuthoritySignature
Copy item path
Source
pub type AuthoritySignature = BLS12381Signature;
Aliased Type
§
struct AuthoritySignature {
/* private fields */
}
Trait Implementations
§
Source
§
impl
SuiAuthoritySignature
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
<
()
,
SuiError
>
where T:
Serialize
,