Skip to content

Commit

Permalink
Merge pull request #75 from holaplex/abdul/update-mint-payload
Browse files Browse the repository at this point in the history
use separate message for mint update
  • Loading branch information
imabdulbasit authored Aug 7, 2023
2 parents 381d0ca + add50cd commit 947291d
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 947291d

Please sign in to comment.