Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
217
pub struct ShortChannelId(u64);
218
219
impl Serialize for ShortChannelId {
220
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
Callers
2
from_str
Method · 0.70
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected