SmartMethodParamsGet()
Retrieve Method Parameters of given Contract
Function Call
SmartMethodParamsGet("Input here Base58 Smart Contract Key",1);Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.SmartContractGetResult SmartContractParams = connect_.SmartMethodParamsGet("4SFfA1S2xfA3BdgkTn2tK14yDhLuD11RVz78kqx35jct",1);
Console.WriteLine(SmartContractParams);Connect_ = Connector("165.22.212.253:9090")
print(Connect_.SmartMethodParamsGet("EoPibFsGPE4xqXH2tYTBQUeJqSMMFvCZUdqAW9Bnh3nd",1))var connect_ = new Connector("194.163.152.177", 9091);
connect_.SmartMethodParamsGet("EoPibFsGPE4xqXH2tYTBQUeJqSMMFvCZUdqAW9Bnh3nd",1).then((res) => {connect_.Close();console.log(res); });Output of Example
Last updated
Was this helpful?