onflow / nft-storefront

A general-purpose Cadence contract for trading NFTs on Flow
The Unlicense
102 stars 53 forks source link

Fix script errors and return type #19

Closed maggo closed 2 years ago

maggo commented 3 years ago

Scripts were missing the getAccount() function and read_listing_details had the wrong return type

Closes #17