Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroLedgerPackage.cs
1using System;
2using System.Collections.Generic;
3using System.Text;
4
6{
10 public static class NeuroLedgerPackage
11 {
15 public const string FileName = "NeuroLedger.package";
16
20 public const string Key = "";
21 }
22}
Identity of the Neuro-Ledger package.
const string FileName
NeuroLedger.package
const string Key
Key for decrypting the contents of the package.