SOURCE:
|
const findLikelyTokens = async (ctx) => { |
REQUEST: Rename and extend the mintedWithBridge query or to create another query to cover contracts that mint tokens.
USECASE: Users accumulate tokens and the accumulated tokens are only minted when claimed. Therefore the minting occurs first in the contract and the ft_transfer occurs in a callback.
REASON: Save on the number of calls, transactions, and gas.