singleVoteJS function

  1. @JS('singleVote')
dynamic singleVoteJS(
  1. String author,
  2. String permlink,
  3. int weight
)

Implementation

@JS('singleVote')
external dynamic singleVoteJS(String author, String permlink, int weight);