Interface INetwork

All Known Implementing Classes:
Devnet, Mainnet, Testnet

public interface INetwork
  • Method Summary

    Modifier and Type Method Description
    java.lang.String epoch()  
    int version()  
    int wif()  
  • Method Details