Skip to content

Commit

Permalink
feat: SafeTransferFrom place holder function to satisfy igrc721
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Dec 23, 2024
1 parent 498c4d9 commit e1a0360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _deploy/r/gnoswap/gnft/gnft.gno
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@ func SetTokenURILast() {
}
}

func SafeTransferFrom(from, to pusers.AddressOrName, tid grc721.TokenID) {
panic("not implemented")
}

func setTokenURI(tid grc721.TokenID) error {
tokenURI := genImageURI(generateRandInstance())

Expand Down

0 comments on commit e1a0360

Please sign in to comment.