Interface DeleteCommentOperation

Generic operation.

interface DeleteCommentOperation {
    0: "delete_comment";
    1: {
        author: string;
        permlink: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    author: string;
    permlink: string;
}