getActiveVotesJS function

  1. @JS('getActiveVotes')
dynamic getActiveVotesJS(
  1. String author,
  2. String permlink
)

Implementation

@JS('getActiveVotes')
external dynamic getActiveVotesJS(String author, String permlink);