Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedCommentOperation

Hierarchy

Index

Properties

block

block: number

op

op: { type: "comment_operation"; value: { author: string; body: string; json_metadata: string; parent_author: string; parent_permlink: string; permlink: string; title: string } }

Type declaration

  • type: "comment_operation"
  • value: { author: string; body: string; json_metadata: string; parent_author: string; parent_permlink: string; permlink: string; title: string }
    • author: string

      author of the post/comment being submitted (account name).

    • body: string

      body of the post/comment being submitted, or diff-match-patch when updating.

    • json_metadata: string

      JSON object string.

    • parent_author: string

      the author that comment is being submitted to, when posting a new blog this is an empty string.

    • parent_permlink: string

      specific post that comment is being submitted to, when posting a new blog this become the category of the post (tags[0]).

    • permlink: string

      unique string identifier for the post, linked to the author of the post.

    • title: string

      human readable title of the post being submitted, this is often blank when commenting.

op_in_trx

op_in_trx: number

timestamp

timestamp: string

trx_id

trx_id: string

trx_in_block

trx_in_block: number

virtual_op

virtual_op: number

Generated using TypeDoc