Interface CommentOperation

Generic operation.

Hierarchy

Properties

0 1

Properties

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

Type declaration

  • author: string
  • body: string
  • json_metadata: string
  • parent_author: string
  • parent_permlink: string
  • permlink: string
  • title: string

Generated using TypeDoc