Last active
October 1, 2023 13:34
-
-
Save svanas/5c6583b0dc0797b3fc4e04af905365f4 to your computer and use it in GitHub Desktop.
incrementNumber()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web3.eth.write(Client, | |
TPrivateKey('b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7'), // from private key | |
'0x1a306890df22c0965b0b1515a8082f8301d3d18e', // to smart contract | |
'incrementNumber()', [], | |
procedure(rcpt: ITxReceipt; err: IError) begin end); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment