Skip to content

Commit

Permalink
fix: TxStatus enum
Browse files Browse the repository at this point in the history
  • Loading branch information
salil-naik committed Apr 26, 2023
1 parent a14cd4c commit 7eb737a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/models/TxStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
export enum TxStatus {
PENDING = "PENDING",
COMPLETED = "COMPLETED",
FAILED = "FAILED",
}

0 comments on commit 7eb737a

Please sign in to comment.