Package nxt.tools

Class TransactionTypeExplorer

java.lang.Object
nxt.tools.TransactionTypeExplorer

public class TransactionTypeExplorer extends Object
Utility class to provide sample data for each transaction type. The code iterates over all ARDR and IGNIS transactions. For each transaction type it finds a sample transaction from blockchain and prints the json and bytes of this transaction to be used for testing and samples.
  • Constructor Details

    • TransactionTypeExplorer

      public TransactionTypeExplorer()
  • Method Details

    • main

      public static void main(String[] args)