Interface IWrappedNetParams

All Known Implementing Classes:
WrappedMainNetParams, WrappedTestNetParams

public interface IWrappedNetParams
Interface for wrapped network parameters used in the library.

This interface defines the necessary methods for obtaining parameters related to different blockchain networks, and ensures that implementations provide the essential information required for network operations.

  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    setBIP32Headers(String bech32, int pubKeyHash, int scriptHash, int wif, int p2pkhPub, int p2pkhPriv, int p2wpkhPub, int p2wpkhPriv)
     
  • Method Details Link icon

    • setBIP32Headers Link icon

      void setBIP32Headers(String bech32, int pubKeyHash, int scriptHash, int wif, int p2pkhPub, int p2pkhPriv, int p2wpkhPub, int p2wpkhPriv)