Skip to content

Commit

Permalink
add queued to nfts.CreationStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Sep 19, 2023
1 parent d19b873 commit d1afc47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ enum CreationStatus {
IN_PROGRESS = 0;
COMPLETED = 1;
FAILED = 2;
QUEUED = 3;
}

message DropCreation {
Expand Down

0 comments on commit d1afc47

Please sign in to comment.