Skip to content

Commit

Permalink
Add XRPTransactionStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 23, 2023
1 parent 3478bc9 commit 281ca1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blockchain/src/xrp/models/xrp_account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ struct XRPTransactionBroadcast {
#[typeshare]
struct XRPTransaction {
hash: String,
}

#[typeshare]
struct XRPTransactionStatus {
status: String,
}

0 comments on commit 281ca1a

Please sign in to comment.