Decide the best approach to integrate market and nft contracts. ``` function nft_on_approve( token_id: TokenId, owner_id: string, approval_id: number, msg: string, ) {} ```
Decide the best approach to integrate market and nft contracts.