SendTransaction()
Understanding Connector Object
Function Call
SendTransaction(0,0,0.1,"Enter PublicKey","Enter Privatekey","Enter Target PublicKey");Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.TransactionFlowResult Sendedtransaction = connect_.SendTransaction(0,0,1"Publickey","Privatekey","Target");
Console.WriteLine(Sendedtransaction);Connect_ = Connector("165.22.212.253:9090")
print(Connect_.SendTransaction(0,0,0.1,"PublicKey","PrivateKey","Target"))Currently not operationalOutput of Example
Last updated
Was this helpful?