Class BitcoinUtils

java.lang.Object
net.osslabz.bitcoin.BitcoinUtils

public class BitcoinUtils extends Object
  • Method Details

    • convertAddressToReversedScriptHash

      public static String convertAddressToReversedScriptHash(Network network, String addressString)
    • convertAddressToReversedScriptHash

      public static String convertAddressToReversedScriptHash(org.bitcoinj.core.Address address)
    • reverseBytes

      public static byte[] reverseBytes(byte[] array)