Enforcing Custom Transfer Logic in Move Modules for Aptos Blockchain
I am working on a custom coin Move module for the Aptos blockchain and need to ensure that all transfers of a custom coin type use a specific transfer function that I will define. This function could include custom logic for fees, restrictions(e.g. kyc), etc.