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

Method into_inner

plugins/lsps-plugin/src/proto/jsonrpc.rs:92–94  ·  view source on GitHub ↗

Returns the inner data object contained by params for handling or future processing.

(self)

Source from the content-addressed store, hash-verified

90 /// Returns the inner data object contained by params for handling or future
91 /// processing.
92 pub fn into_inner(self) -> Option<T> {
93 self.params
94 }
95}
96
97/// Helper function to check if params is None or would serialize to null.

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
add_psbt_outputMethod · 0.80
auto_clean_onceMethod · 0.80
auto_clean_statusMethod · 0.80
check_messageMethod · 0.80
closeMethod · 0.80
connect_peerMethod · 0.80

Calls

no outgoing calls