dsteem
    Preparing search index...

    Interface CommentOperation

    Generic operation.

    interface CommentOperation {
        "0": "comment";
        "1": {
            author: string;
            body: string;
            json_metadata: string;
            parent_author: string;
            parent_permlink: string;
            permlink: string;
            title: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "comment"
    "1": {
        author: string;
        body: string;
        json_metadata: string;
        parent_author: string;
        parent_permlink: string;
        permlink: string;
        title: string;
    }