token-contract icon indicating copy to clipboard operation
token-contract copied to clipboard

How to pass the parameters of sendTransfer method of jetton token contract when ts calls it?

Open SoftProgramLX opened this issue 5 months ago • 1 comments

How to pass the parameters of sendTransfer method of jetton token contract when ts calls it?

await walletContract.sendTransfer(provider.sender(), ......)

SoftProgramLX avatar Sep 04 '24 07:09 SoftProgramLX