fix: utxo decoding added

This commit is contained in:
Oleksandr Pravdyvyi
2024-12-25 09:50:54 +02:00
parent 52a3ff9cbf
commit 24853fa1da
7 changed files with 158 additions and 58 deletions
+1
View File
@@ -33,6 +33,7 @@ pub struct RegisterAccountResponse {
#[derive(Serialize, Deserialize, Debug)]
pub struct SendTxResponse {
pub status: String,
pub additional_data: Option<String>,
}
#[derive(Serialize, Deserialize, Debug)]