I was actually developing a token in SOLANA Blockchain and stuck in a place. The problem is.
I need to transfer a custom token ( Eg: MyCustomToken ) I created ( Not SOL ) from one wallet to another and charge the gas fee from another wallet. So the process is,
Wallet A: The token Sender Wallet B: The token Reciever Wallet C: The Fee payer.
I saw that it is possible with --fee-payer argument in the case of SOLANA, but I haven't found a way for Tokens I created. Is there a good solution for this? Please help.
Thanks in Advance