Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Utils_Checksum

saniro edited this page Feb 16, 2017 · 1 revision

Checksum Class

This class defines utility methods to add/remove the checksum to/from an address

Inheritance Hierarchy

System.Object
  Iota.Lib.CSharp.Api.Utils.Checksum
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)

Syntax

C#

public static class Checksum

The Checksum type exposes the following members.

Methods

 

Name Description
Public methodStatic member AddChecksum Adds the checksum to the specified address
Public methodStatic member IsValidChecksum Determines whether the specified address with checksum has a valid checksum.
Public methodStatic member RemoveChecksum Removes the checksum from the specified address with checksum
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Utils Namespace

Clone this wiki locally