KeyInfo

public struct KeyInfo

The key information structure

  • Timestamp of last update

    Declaration

    Swift

    public var timestamp : Date?
  • Address of key that was used for revocation

    Declaration

    Swift

    public var revokedBy : String
  • Address of key that was recovered/replaced

    Declaration

    Swift

    public var replaces : String
  • Address of the registered recovery key

    Declaration

    Swift

    public var recovery : String
  • Whether this key was revoked

    Declaration

    Swift

    public var isRevoked : Bool
  • The root address

    Declaration

    Swift

    public var rootAddress : String