There was an error while loading. Please reload this page.
2 parents 755f917 + 19146b5 commit 26c2d6dCopy full SHA for 26c2d6d
1 file changed
src/swaps/boltz.rs
@@ -996,6 +996,8 @@ pub struct SwapRestoreResponse {
996
pub created_at: u64,
997
pub from: String,
998
pub to: String,
999
+ /// Lightning invoice; boltz only returns it for submarine/reverse swaps.
1000
+ pub invoice: Option<String>,
1001
pub claim_details: Option<ClaimDetails>,
1002
pub refund_details: Option<RefundDetails>,
1003
}
0 commit comments