public-awesome/cw-ics721

Query tokens in a channel by class_id

Closed this issue · 1 comments

Query tokens in a channel by class_id

I'm slightly biased here towards front ends that want to display this information querying the contract for the escrow address / cw721 address for a collection and then querying the cw721 for information about that escrows balance. Feels like we'd just be reimplementing cw721 by wrapping that query in our own. Open to thoughts here though.