Esempio n. 1
0
        /// <summary>
        /// Set TxHash to the history operation.
        /// </summary>
        /// <param name="id">Identifier of the history operation.</param>
        /// <param name="txHash">TxHash of the history operation.</param>
        public void SetTxHash(string id, string txHash)
        {
            var result = _service.SetTxHash(id, txHash);

            Convert <object>(result);
        }