Interface UpdateOperationOptions

interface UpdateOperationOptions {
    author: string;
    body: string;
    metadata?: string | CommentMetadata;
    parentAuthor: string;
    parentPermlink: string;
    permlink: string;
    title: string;
}

Properties

author: string
body: string
metadata?: string | CommentMetadata
parentAuthor: string
parentPermlink: string
permlink: string
title: string