dsteem
    Preparing search index...

    Interface VoteOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    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 (STEEMIT_100_PERCENT).