Configuration:
actions:
- name: invalidateVote
fields:
- name: voteId
type: uint64_t
- name: reason
type: string
generated action:
EOS:
[[eosio::action]] void invalidvote(uint64_t voteId, string reason) {
}
ICON:
@external
def invalidvote(self, voteId: int, reason: string):