Hey guys ,
I am sendign one asset to another with the follwoign parameters :
return $this->jsonRPCClient->execute("sendassettoaddress", array($address, $asset, $qty, $nativeAmount, $comment, $commentTo));
I am sending a string in the comment but how do i retrieve it ?
I'm checking in the web demo and even block explorer but can't seem to find the comment anywhere ?