gnostr-types 0.0.64

gnostr: a git+nostr workflow utility
Documentation
1
2
3
4
use crate::versioned::RelayMessageV5;

/// A message from a relay to a client
pub type RelayMessage = RelayMessageV5;