Skip to content

Commit

Permalink
Merge pull request #78 from holaplex/abdul/mint-updated
Browse files Browse the repository at this point in the history
Solana Mint updated event for hub-permissions
  • Loading branch information
imabdulbasit committed Aug 10, 2023
2 parents 0c32433 + 59d16d6 commit be8026a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ message RetryUpdateSolanaMintPayload {
string collection_id = 2;
}

message SolanaUpdatedMintPayload {
string mint_id = 1;
}

message NftEvents {
oneof event {
DropTransaction create_drop = 4;
Expand Down Expand Up @@ -230,5 +234,6 @@ message NftEvents {
CollectionImport started_importing_solana_collection = 39;
UpdateSolanaMintPayload solana_updated_collection_mint = 41;
RetryUpdateSolanaMintPayload solana_retry_updated_collection_mint = 42;
SolanaUpdatedMintPayload solana_mint_updated = 43;
}
}

0 comments on commit be8026a

Please sign in to comment.