C# Class Paymetheus.Bitcoin.BlockChainIdentity

Mostra file Open project: btcsuite/Paymetheus Class Usage Examples

Public Properties

Property Type Description
MainNet BlockChainIdentity
SimNet BlockChainIdentity
TestNet3 BlockChainIdentity

Public Methods

Method Description
FromNetworkBits ( uint network ) : BlockChainIdentity

Private Methods

Method Description
BlockChainIdentity ( string name, uint network, uint coinType ) : System

Method Details

FromNetworkBits() public static method

public static FromNetworkBits ( uint network ) : BlockChainIdentity
network uint
return BlockChainIdentity

Property Details

MainNet public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin MainNet
return BlockChainIdentity

SimNet public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin SimNet
return BlockChainIdentity

TestNet3 public_oe static_oe property

public static BlockChainIdentity,Paymetheus.Bitcoin TestNet3
return BlockChainIdentity