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

Method to_string

cln-rpc/src/primitives.rs:141–143  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

139}
140impl ToString for ShortChannelId {
141 fn to_string(&self) -> String {
142 format!("{}x{}x{}", self.block(), self.txindex(), self.outnum())
143 }
144}
145impl ShortChannelId {
146 pub fn block(&self) -> u32 {

Callers 15

getinfoMethod · 0.80
list_peersMethod · 0.80
list_fundsMethod · 0.80
send_payMethod · 0.80
list_channelsMethod · 0.80
add_gossipMethod · 0.80
auto_clean_invoiceMethod · 0.80
check_messageMethod · 0.80
closeMethod · 0.80
connect_peerMethod · 0.80
create_invoiceMethod · 0.80
datastoreMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_keysendFunction · 0.64