Skip to content

Instantly share code, notes, and snippets.

@polluterofminds
Last active March 5, 2021 23:56
Show Gist options
  • Save polluterofminds/7f30c66cd90fc976d428086393cd1490 to your computer and use it in GitHub Desktop.
Save polluterofminds/7f30c66cd90fc976d428086393cd1490 to your computer and use it in GitHub Desktop.
2 - PinataPartyContract
pub resource interface NFTReceiver {
pub fun deposit(token: @NFT, metadata: {String : String})
pub fun getIDs(): [UInt64]
pub fun idExists(id: UInt64): Bool
pub fun getMetadata(id: UInt64) : {String : String}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment