mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-28 05:33:19 +00:00
add comments
This commit is contained in:
@ -30,6 +30,8 @@ pub struct BondSubmissionRequest {
|
|||||||
pub musig_pubkey_hex: String,
|
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 struct OrderActivatedResponse {
|
||||||
pub order_id_hex: String,
|
pub order_id_hex: String,
|
||||||
pub bond_locked_until_timestamp: u128, // unix timestamp. Do not touch bond till then unless offer gets taken.
|
pub bond_locked_until_timestamp: u128, // unix timestamp. Do not touch bond till then unless offer gets taken.
|
||||||
|
Reference in New Issue
Block a user