add comments

This commit is contained in:
Felix
2024-06-12 16:19:13 +00:00
parent f513d17454
commit c7e5341e5c

View File

@ -30,6 +30,8 @@ pub struct BondSubmissionRequest {
pub musig_pubkey_hex: String,
}
// Response after step2 if offer creation was successful and the offer is now online in the orderbook
#[derive(Debug, Deserialize)]
pub struct OrderActivatedResponse {
pub order_id_hex: String,
pub bond_locked_until_timestamp: u128, // unix timestamp. Do not touch bond till then unless offer gets taken.