Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedVoteOperation

Vote on a comment.

Hierarchy

Index

Properties

block

block: number

op

op: { type: "vote_operation"; value: { author: string; permlink: string; voter: string; weight: number } }

Type declaration

  • type: "vote_operation"
  • value: { author: string; permlink: string; voter: string; weight: number }
    • author: string
    • permlink: string
    • voter: string
    • weight: number

      Voting weight, 100% = 10000 (100_PERCENT).

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