diff --git a/taptrade-cli-demo/trader/src/communication/api.rs b/taptrade-cli-demo/trader/src/communication/api.rs index 400180b..3ad90da 100644 --- a/taptrade-cli-demo/trader/src/communication/api.rs +++ b/taptrade-cli-demo/trader/src/communication/api.rs @@ -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.