Struct ipns_entry::signer::V1Signer

source ·
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.

Fields§

§keypair: Keypair§value: &'static [u8]§validity: &'static [u8]§validity_type: u8

Implementations§

Creates a new V1Signer

Creates a IpnsEntry.signatureV1 by concatenating IpnsEntry.value + IpnsEntry.validity + string(IpnsEntry.validityType)

Verify the V1Signer data using the keypair and signature

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
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.

Should always be Self
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.