diff --git a/libs/sdk-common/src/invoice.rs b/libs/sdk-common/src/invoice.rs index 087e32b7f..73963bd06 100644 --- a/libs/sdk-common/src/invoice.rs +++ b/libs/sdk-common/src/invoice.rs @@ -133,8 +133,10 @@ impl From for Amount { #[derive(Clone, Debug, Serialize, Deserialize, PartialEq)] pub struct LNOffer { + /// String representation of the Bolt12 offer pub bolt12: String, pub chains: Vec, + /// If set, it represents the minimum amount that an invoice must have to be valid for this offer pub amount: Option, pub description: Option, pub absolute_expiry: Option,