MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / PeerKey

Class PeerKey

core/src/peer.rs:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95/// The key is valid utf-8 of the form `<expiration>.<jws>`;
96#[derive(Clone, Debug, PartialOrd, Ord, PartialEq, Eq, Serialize, Deserialize)]
97pub struct PeerKey(String);
98
99impl std::fmt::Display for PeerKey {
100 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 1

build_fencepostMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected