MCPcopy Create free account
hub / github.com/ElementsProject/lightning / ShortChannelId

Class ShortChannelId

cln-rpc/src/primitives.rs:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216#[derive(Clone, Copy, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
217pub struct ShortChannelId(u64);
218
219impl Serialize for ShortChannelId {
220 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>

Callers 2

from_strMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected