mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 17:14:13 -05:00
feat(gui): Display logs of specific swap on press of button on history page
This commit is contained in:
parent
063f9dbf9b
commit
c486ca5de9
5 changed files with 66 additions and 13 deletions
|
|
@ -359,9 +359,10 @@ impl Request for GetSwapInfosAllArgs {
|
|||
#[typeshare]
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct GetLogsArgs {
|
||||
#[typeshare(serialized_as = "Option<string>")]
|
||||
pub swap_id: Option<Uuid>,
|
||||
pub redact: bool,
|
||||
#[typeshare(serialized_as = "string")]
|
||||
#[typeshare(serialized_as = "Option<string>")]
|
||||
pub logs_dir: Option<PathBuf>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue