IotaSignature

public struct IotaSignature

Represents a Iota Signature.

  • The address where the signature comes from.

    Declaration

    Swift

    public internal(set) var address: String = ""
  • The signature fragments list.

    Declaration

    Swift

    public internal(set) var signatureFragments: [String] = []