M_Iota_Lib_CSharp_Api_Utils_Checksum_AddChecksum - iotaledger-archive/iota.lib.csharp GitHub Wiki
Adds the checksum to the specified address
Namespace: Iota.Lib.CSharp.Api.Utils
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public static string AddChecksum(
string address
)
- address
- Type: System.String
An address without checksum
Type: String
The address with the appended checksum
Exception | Condition |
---|---|
InvalidAddressException | is thrown when an invalid address is provided |