This PR adds an option filter to nfts to return only those with active offers.
Changes
added with_offers filter to nfts query (metadatas.rs, query_root.rs)
fixed a bug where update_authority_address wasnt being queried from SQL, so the Nft object would fail to be created from the rows returned from the query (metadatas.rs)
This PR adds an option filter to
nfts
to return only those with active offers.Changes
with_offers
filter tonfts
query (metadatas.rs
,query_root.rs
)update_authority_address
wasnt being queried from SQL, so theNft
object would fail to be created from the rows returned from the query (metadatas.rs
)