I want to make sure that my function in contract can only be called from just my client. So how can I generate signature and verify it in smart contract?
↧
I want to make sure that my function in contract can only be called from just my client. So how can I generate signature and verify it in smart contract?