Skip to content

Commit

Permalink
Add hash value to the transaction model
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 29, 2023
1 parent b201dcb commit 5a94d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/transaction.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#[typeshare]
struct Transaction {
id: String,
hash: String,
#[serde(rename = "assetId")]
asset_id: AssetId,
from: String,
Expand Down

0 comments on commit 5a94d8d

Please sign in to comment.