Interface BlockBody

    • Method Detail

      • getTransactions

        java.util.List<? extends Transaction> getTransactions()
        Returns the list of transactions of the block.
        Returns:
        The list of transactions of the block.
      • getOmmers

        java.util.List<? extends BlockHeader> getOmmers()
        Returns the list of ommers of the block.
        Returns:
        The list of ommers of the block.