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) 
View on GitHub
        DeleteComment Structure Reference