All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ldk.enums.Currency Maven / Gradle / Ivy

There is a newer version: 0.0.124.0
Show newest version
package org.ldk.enums;

/**
 * Enum representing the crypto currencies (or networks) supported by this library
 */
public enum Currency {
	/**
	 * Bitcoin mainnet
	 */
	LDKCurrency_Bitcoin,
	/**
	 * Bitcoin testnet
	 */
	LDKCurrency_BitcoinTestnet,
	/**
	 * Bitcoin regtest
	 */
	LDKCurrency_Regtest,
	/**
	 * Bitcoin simnet
	 */
	LDKCurrency_Simnet,
	/**
	 * Bitcoin signet
	 */
	LDKCurrency_Signet,
	; static native void init();
	static { init(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy