IotaConstants
public struct IotaConstants
Iota constants.
-
Address length without checksum.
Declaration
Swift
public static let addressLengthWithoutChecksum = 81 -
Address length with checksum.
Declaration
Swift
public static let addressLengthWithChecksum = 90 -
Max length of message.
Declaration
Swift
public static let messageLength = 2187 -
Max length of tag.
Declaration
Swift
public static let tagLength = 27 -
Minimum weight magnitude.
Declaration
Swift
public static let mwm = 14
IotaConstants Structure Reference