Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 327 Bytes

blacklist.md

File metadata and controls

22 lines (13 loc) · 327 Bytes
BLACKLIST

Add an entry to a mandator's blacklist

add(int <mandator-id>, string <email-address>, string <comment>): bool

Remove an entry from a mandator's blacklist

remove(int <mandator-id>, string <email-address>): bool

Retrieve the mandator's blacklist

get(int <mandator-id>): BlackList