Exemplo n.º 1
0
 public TransactionService(ILogger <IChainService> logger, IConfigurationRoot config) : base(logger, config)
 {
     keypairs   = new Keypairs(config, DATA_FROM.FILE);
     Iterations = keypairs.Count;
     done       = new CountdownEvent(Iterations);
 }
Exemplo n.º 2
0
 extern public static void create_key_pairs_shp(ref PrivateKeyHelpInfo privatehelper,
                                                ref WalletAddrHelpInfo addrhelper, ref Keypairs result);