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

Class Promise

plugins/lsps-plugin/src/proto/lsps2.rs:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
117#[serde(try_from = "String")]
118pub struct Promise(pub String);
119
120impl Promise {
121 pub const MAX_BYTES: usize = 512;

Callers 7

try_fromMethod · 0.85
validateMethod · 0.85
with_promiseMethod · 0.85
test_validate_max_valuesFunction · 0.85

Calls

no outgoing calls