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
Modifier and TypeMethodDescriptionvoid
setBIP32Headers
(String bech32, int pubKeyHash, int scriptHash, int wif, int p2pkhPub, int p2pkhPriv, int p2wpkhPub, int p2wpkhPriv)
-
Method Details
-
setBIP32Headers
void setBIP32Headers(String bech32, int pubKeyHash, int scriptHash, int wif, int p2pkhPub, int p2pkhPriv, int p2wpkhPub, int p2wpkhPriv)
-