Class TxWrappers


  • public class TxWrappers
    extends Object
    TxWrappers wraps a list of TxWrapper with the total txs available.
    • Constructor Detail

      • TxWrappers

        public TxWrappers()
    • Method Detail

      • setTxs

        public TxWrappers setTxs​(TxWrapper[] txs)
        Txs Setter
        Parameters:
        txs - TxWrapper[]
        Returns:
        TxWrappers txs
      • getTxs

        public TxWrapper[] getTxs()
        Txs Getter
        Returns:
        TxWrapper[] tx wrapper [ ]
      • setTotal

        public TxWrappers setTotal​(int total)
        Total Setter
        Parameters:
        total - int
        Returns:
        TxWrappers total
      • getTotal

        public int getTotal()
        Total Getter
        Returns:
        int total