/// If no currency is specified by the user, is the currency will be chosen by default
pubstaticDEFAULT_CURRRENCY:&'staticstr="g1";
#[derive(Debug,Copy,Clone,PartialEq,Eq)]
/// Keypairs filled in by the user (via a file or by direct entry in the terminal).
pubstructDuniterKeyPairs{
/// Keypair used by the node to sign its communications with other nodes. This keypair is mandatory, if it's not filled in, a random keypair is generated.
pubnetwork_keypair:ed25519::KeyPair,
/// Keypair used to sign the blocks forged by this node. If this keypair is'nt filled in, the node will not calculate blocks.