Class Tx


  • public class Tx
    extends Object
    Tx wraps a tx data with its signature information and a nonce time to avoid replay attacks.
    • Constructor Detail

      • Tx

        public Tx​(TxData data,
                  Date nonceTime,
                  byte[] signature,
                  PublicKey signer)
        Tx constructor.
    • Method Detail

      • getNonceTime

        public Date getNonceTime()
      • getData

        public TxData getData()
      • getSignature

        public byte[] getSignature()