DeleteComment

public struct DeleteComment : OperationType, Equatable

Deletes a comment.

  • Declaration

    Swift

    public var author: String
  • Declaration

    Swift

    public var permlink: String
  • Declaration

    Swift

    public init(author: String, permlink: String)