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