C# Class Paymetheus.Bitcoin.BlockChainIdentity

Afficher le fichier Open project: btcsuite/Paymetheus Class Usage Examples

Méthodes publiques

Свойство Type Description
MainNet BlockChainIdentity
SimNet BlockChainIdentity
TestNet3 BlockChainIdentity

Méthodes publiques

Méthode Description
FromNetworkBits ( uint network ) : BlockChainIdentity

Private Methods

Méthode Description
BlockChainIdentity ( string name, uint network, uint coinType ) : System

Method Details

FromNetworkBits() public static méthode

public static FromNetworkBits ( uint network ) : BlockChainIdentity
network uint
Résultat BlockChainIdentity

Property Details

MainNet public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin MainNet
Résultat BlockChainIdentity

SimNet public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin SimNet
Résultat BlockChainIdentity

TestNet3 public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin TestNet3
Résultat BlockChainIdentity