Class TransactionAddresses

java.lang.Object
io.mokamint.node.TransactionAddresses

public abstract class TransactionAddresses extends Object
Providers of transaction address objects.
  • Method Details

    • of

      public static TransactionAddress of(byte[] blockHash, int progressive)
      Yields a new transaction address.
      Parameters:
      blockHash - the hash of the block containing the transaction
      progressive - the progressive number of the transaction inside the table of the transactions inside the block
      Returns:
      the transaction address