gnostr-types 0.7.6

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

/// A message from a client to a relay
pub type ClientMessage = ClientMessageV3;