Struct nucypher_core::RetrievalKit
source · [−]Expand description
An object encapsulating the information necessary for retrieval of cfrags from Ursulas. Contains the capsule and the checksum addresses of Ursulas from which the requester already received cfrags.
Fields
capsule: CapsuleThe ciphertext’s capsule.
queried_addresses: BTreeSet<Address>The addresses that have already been queried for reencryption.
Implementations
Creates a new retrival kit from a message kit.
Creates a new retrieval kit recording the addresses already queried for reencryption.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.