Type Alias TopicId

Source
pub type TopicId = PubKey;
Expand description

Topic ID: public key of the topic

Aliased Type§

enum TopicId {
    Ed25519PubKey([u8; 32]),
    X25519PubKey([u8; 32]),
}

Variants§

§

Ed25519PubKey([u8; 32])

§

X25519PubKey([u8; 32])