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

Method dynamic

plugins/src/lib.rs:313–316  ·  view source on GitHub ↗

Send true value for "dynamic" field in "getmanifest" response

(mut self)

Source from the content-addressed store, hash-verified

311
312 /// Send true value for "dynamic" field in "getmanifest" response
313 pub fn dynamic(mut self) -> Builder<S, I, O> {
314 self.dynamic = true;
315 self
316 }
317
318 /// Sets the "featurebits" in the "getmanifest" response
319 pub fn featurebits(mut self, kind: FeatureBitsKind, hex: String) -> Self {

Callers 5

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected