VotingKeysGenerator constructor
Implementation
VotingKeysGenerator(KeyPair rootKeyPair, [Function privateKeyGenerator = PrivateKey.random]):
privateKeyGenerator = privateKeyGenerator,
rootKeyPair = rootKeyPair;
VotingKeysGenerator(KeyPair rootKeyPair, [Function privateKeyGenerator = PrivateKey.random]):
privateKeyGenerator = privateKeyGenerator,
rootKeyPair = rootKeyPair;