Skip to content

Instantly share code, notes, and snippets.

@Tschakki
Created June 8, 2020 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tschakki/68387888cd8e50d5d708f8a94f29ee4e to your computer and use it in GitHub Desktop.
Save Tschakki/68387888cd8e50d5d708f8a94f29ee4e to your computer and use it in GitHub Desktop.
Decentralized Organization Chain - Add Poll tx snippet
if (sender.asset.user.type !== "board") {
errors.push(
new TransactionError("Sender is not registered as a board member.")
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment