Is your feature request related to a problem? Please describe.
The current version for callContractMethod allows only SIGNA to be sent. If calls depend on sent tokens, this method cannot be used yet. Allowing token transfers to contract in combination with methods would simplify the usage
Describe the solution you'd like
Add optional assetId and quantity for as calling parameters
Is your feature request related to a problem? Please describe. The current version for
callContractMethod
allows only SIGNA to be sent. If calls depend on sent tokens, this method cannot be used yet. Allowing token transfers to contract in combination with methods would simplify the usageDescribe the solution you'd like Add optional
assetId
andquantity
for as calling parametersDescribe alternatives you've considered
Current way to do is like this:
desired would be: