Skip to content

Commit

Permalink
add interface conformance inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
loic1 committed Jun 12, 2024
1 parent d2a3b36 commit 35693ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pds/contracts/IPackNFT.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ access(all) contract interface IPackNFT{

/// Resource interface for PackNFT Collection
///
access(all) resource interface IPackNFTCollectionPublic {
access(all) resource interface IPackNFTCollectionPublic: NonFungibleToken.Collection {
access(NonFungibleToken.Update) fun emitRevealRequestEvent(id: UInt64, openRequest: Bool)
access(NonFungibleToken.Update) fun emitOpenRequestEvent(id: UInt64)
}
Expand Down
2 changes: 1 addition & 1 deletion pds/lib/go/contracts/internal/assets/assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35693ab

Please sign in to comment.