Skip to content

Commit

Permalink
-- ADDED: Data property added to AddressTransactionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan committed Oct 4, 2023
1 parent cad6f11 commit f472ca6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LucidOcean.MultiChain/Response/AddressTransactionResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ public class AddressTransactionResponse

[JsonProperty("vout")]
public List<TransactionVout> Vout { get; set; } = new List<TransactionVout>();


[JsonProperty("data")]
public List<string> Data { get; set; }

}
}

0 comments on commit f472ca6

Please sign in to comment.