T_Iota_Lib_CSharp_Api_Utils_Checksum - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class defines utility methods to add/remove the checksum to/from an address
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)
C#
public static class ChecksumThe Checksum type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
AddChecksum | Adds the checksum to the specified address |
![]()
|
IsValidChecksum | Determines whether the specified address with checksum has a valid checksum. |
![]()
|
RemoveChecksum | Removes the checksum from the specified address with checksum |
