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

Method name

plugins/currencyrate-plugin/src/oracle.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60 }
61
62 pub fn name(&self) -> &str {
63 &self.name
64 }
65
66 async fn get_rate(&self, client: &Client, currency: &str) -> Result<f64, anyhow::Error> {
67 let now = Instant::now();

Callers 2

gather_sourcesFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected