Interface VoteOperation

Generic operation.

Hierarchy

Properties

0 1

Properties

0: "vote"
1: { author: string; permlink: string; voter: string; weight: number }

Type declaration

  • author: string
  • permlink: string
  • voter: string
  • weight: number

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

Generated using TypeDoc