topicToReceiverPublicKey property

IGenericStore<ReceiverPublicKey> topicToReceiverPublicKey
final

Stores the public key of Type 1 Envelopes for a topic Once a receiver public key has been used, it is removed from the store Thus, this store works under the assumption that a public key will only be used once

Implementation

final IGenericStore<ReceiverPublicKey> topicToReceiverPublicKey;