pub struct V1Signer {
pub keypair: Keypair,
pub value: &'static [u8],
pub validity: &'static [u8],
pub validity_type: u8,
}
Expand description
Do not use. For backward compatibility only.
Creates a IpnsEntry.signatureV1 by concatenating IpnsEntry.value + IpnsEntry.validity + string(IpnsEntry.validityType)
Verify the V1Signer data using the keypair and signature
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.