callContractWithPlainConsoleOutput()
Use this method if you want to execute a function written in a smart contract and obtain the plain console output.
Method Signature
Parameters
Example
Result
Last updated
Use this method if you want to execute a function written in a smart contract and obtain the plain console output.
Method Signature
Parameters
Example
Result
Last updated
Name | Type | Description |
---|---|---|
blockchain
String
Blockchain address in hex
from
String
User's wallet address in hex
project
String
Smart Contract's address in hex
request
String
Requested function in string format (include the parenthesis and the semicolumn e.g. CRC_Contract.__GetContractName();).