Skip to content

Commit

Permalink
use separate message for mint update
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Aug 7, 2023
1 parent 381d0ca commit add50cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ message CollectionImport {
string mint_address = 1;
}

message UpdateSolanaMintPayload {
string mint_id = 1;
MetaplexMetadata metadata = 2;
string collection_id = 3;
}

message NftEvents {
oneof event {
DropTransaction create_drop = 4;
Expand Down Expand Up @@ -217,6 +223,6 @@ message NftEvents {
CollectionCreation collection_created = 37;
MintCollectionCreation minted_to_collection = 38;
CollectionImport started_importing_solana_collection = 39;
MintMetaplexMetadataTransaction solana_updated_collection_mint = 40;
UpdateSolanaMintPayload solana_updated_collection_mint = 41;
}
}

0 comments on commit add50cd

Please sign in to comment.